Skip to content

Instantly share code, notes, and snippets.

@alekseypotapov-dev
Created August 5, 2014 10:14
Show Gist options
  • Save alekseypotapov-dev/c20a5a356e1c5efbb661 to your computer and use it in GitHub Desktop.
Save alekseypotapov-dev/c20a5a356e1c5efbb661 to your computer and use it in GitHub Desktop.
Delete SVN files
Delete .svn files using bash
find . -name .svn -exec rm -rf '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment