Remove .SVN files from a directory structure

find . -name ".svn" -exec rm -rf {} ;

source

Leave a Reply