Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dantoncancella/4564393 to your computer and use it in GitHub Desktop.
Save dantoncancella/4564393 to your computer and use it in GitHub Desktop.
Remove all SVN folders recursively from a folder
find . -name ".svn" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment