Published in: Bash
URL: http://www.anyexample.com/linux_bsd/bash/recursively_delete__svn_directories.xml
Good for when you did a checkout when you meant to do an export or what-have-you.
rm -rf `find . -type d -name .svn`
You need to login to post a comment.
