Subversion
[edit] Deleting all subversion directories
Run this command in the main subversion directory:
rm -rf `find . -name ".svn" -type d`
It will delete all the subversion directories in all directories beneath the current one.
Run this command in the main subversion directory:
rm -rf `find . -name ".svn" -type d`
It will delete all the subversion directories in all directories beneath the current one.