Wolf’s Little Store

June 25, 2008

Version control and you

Remove all .svn files from a given directory:

find . -type d -name '.svn' -print0 | xargs -0 rm -rdf

Leave a Reply

Write in English, stay on-topic and polite.