Skip to content

Instantly share code, notes, and snippets.

@rpocklin
Created September 19, 2012 02:20
Show Gist options
  • Save rpocklin/3747277 to your computer and use it in GitHub Desktop.
Save rpocklin/3747277 to your computer and use it in GitHub Desktop.
Removes horrible .svn directories from current path (and recurses) so that you can move them safely into folders as new files to be checked in
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