Skip to content

Instantly share code, notes, and snippets.

@johannez
Created February 26, 2014 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johannez/a14af6deafd247b4c7a9 to your computer and use it in GitHub Desktop.
Save johannez/a14af6deafd247b4c7a9 to your computer and use it in GitHub Desktop.
Subversion examples
# Remove all .svn folders
rm -rf `find . -type d -name .svn`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment