Perhaps exporting the folder is a better solution in your case. Exporting, excludes the .svn folders. If not, in mac/linux go to your terminal and type these:
cd /your/directoryfind . -iname ".svn" -print0 | xargs -0 rm -r
Perhaps exporting the folder is a better solution in your case. Exporting, excludes the .svn folders. If not, in mac/linux go to your terminal and type these:
cd /your/directoryfind . -iname ".svn" -print0 | xargs -0 rm -r