Skip to content

Instantly share code, notes, and snippets.

@rauluranga
Created August 4, 2011 22:01
Show Gist options
  • Save rauluranga/1126409 to your computer and use it in GitHub Desktop.
Save rauluranga/1126409 to your computer and use it in GitHub Desktop.
delete all .svn folder in Mac/Linux
find ./ -name ".svn" | xargs rm -Rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment