You can manually delete all .svn folders.
Alternatively, you can use svn export to export a clean directory tree. Keep in mind though that it will not export files that are not under version control.
The advantage of using svn export
is that you can get a pristine copy and keep your original repository in a single command.