Skip to content

Instantly share code, notes, and snippets.

@trongthanh
Created October 18, 2011 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trongthanh/1294737 to your computer and use it in GitHub Desktop.
Save trongthanh/1294737 to your computer and use it in GitHub Desktop.
Search for .svn folders and remove them. (Remove all subversion metadata folders)
$ find . -name '.svn' -exec rm -R -f '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment