Skip to content

Instantly share code, notes, and snippets.

@aspitz
Created June 20, 2013 13:34
Show Gist options
  • Save aspitz/5822717 to your computer and use it in GitHub Desktop.
Save aspitz/5822717 to your computer and use it in GitHub Desktop.
This bash command removes SVN from a folder and all it's children
find . -name ".svn" -exec rm -Rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment