Saturday, May 17, 2008

HOWTO: Remove All Subversion .svn Folders

command to remove directories recursively that match ’svn’.


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

Leadpile.com

ClickZ News