Skip to content

Instantly share code, notes, and snippets.

@seekshreyas
Created April 8, 2012 07:52
Show Gist options
  • Save seekshreyas/2335844 to your computer and use it in GitHub Desktop.
Save seekshreyas/2335844 to your computer and use it in GitHub Desktop.
Clean SVN repository
# Shell command that finds and delete all .svn files
find . -type d -name ".svn" -exec sudo rm -Rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment