clean up svn directory Hans2183 February 8, 2011 coding Use this command to clean up all .svn folders and contents from an svn directory: find . -name ".svn" -exec rm -rf {} \; Read More