Skip to content

Instantly share code, notes, and snippets.

@wyliethomas
Created July 11, 2011 17:31
Show Gist options
  • Save wyliethomas/1076342 to your computer and use it in GitHub Desktop.
Save wyliethomas/1076342 to your computer and use it in GitHub Desktop.
Command to remove .svn from project
find ./ -name ".svn" | xargs rm -Rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment