Navigate to the root of the projects, and execute the following command:
find . -name '.svn' -exec 'rm -rf' {} \;
NOTE: You can also used “svn export source destination”
Featuring rants unworthy of due consideration. Spell checked, but not proofread
Navigate to the root of the projects, and execute the following command:
find . -name '.svn' -exec 'rm -rf' {} \;
NOTE: You can also used “svn export source destination”
you can also run the command `svn export` on a repository and it will be created in a new folder with no .svn directories.