Remove all .svn folders in a directory tree
find /home/myusername/projects/myprojectname -name ".svn" -type d -exec rm -rf {} \;