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”
Recent Comments