Remove SVN turds recursively from a directory
find . -type d -name ".svn" -exec rm -rf {} \;
Written by Tim Schoffelman
Related protips
1 Response
Don't forget that if you're creating a tarball or zipfile for someone, use 'svn export' first to avoid these "turds" in the first place.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Svn cleanup
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#