Return to Snippet

Revision: 6468
at May 22, 2008 10:26 by trey


Initial Code
rm -rf `find . -type d -name .svn`

Initial URL
http://www.anyexample.com/linux_bsd/bash/recursively_delete__svn_directories.xml

Initial Description
Good for when you did a checkout when you meant to do an export or what-have-you.

Initial Title
Delete all .svn folders inside of a folder tree

Initial Tags
svn

Initial Language
Bash