Skip to content

Instantly share code, notes, and snippets.

@nfarring
Created October 29, 2010 22:32
Show Gist options
  • Save nfarring/654573 to your computer and use it in GitHub Desktop.
Save nfarring/654573 to your computer and use it in GitHub Desktop.
Remove all .svn subdirectories.
find . -name .svn -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment