To remove all svn metadata from a directory tree: rm -rf `find . -type d -name .svn`
rm -rf `find . -type d -name .svn`