command: Remove all the svn file February 09, 2011 1. Remove all the SVN files: find . - name " .svn " - type d - exec rm - rf {} \ ; 2. Remove the all the .git files: rm -rf .git Read more