More often than we'd like to acknowledge we get a need to remove Subversion .svn files in the working copy.
This will do it:
find . -name .svn -print0 | xargs -0 rm -rf
This is a blog of Irakli Nadareishvili about Open Source, Social Web, The Web 2.0, Mac, Drupal and a little bit of everything else.
RSS Feed