Link to Original
http://cephas.net/blog/2007/04/06/command-line-script-to-delete-svn-files-folders/
by adamwulf at Delicious/adamwulf
Excerpt
I wrote this down in my notes.txt awhile back where it’ll eventually get lost, putting it here so that I search it from google:
find ./ -name ".svn" | xargs rm -Rf
0 comments so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment or