You are viewing an old Wolf's Little Store website. Please visit wolfslittlestore.be for the most recent version.

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.