Aaron Johnson – command line script to delete .svn files / folders
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
Read more on Aaron Johnson – command line script to delete .svn files / folders…