Skip to content

Instantly share code, notes, and snippets.

@danielpradilla
Created July 5, 2013 09: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 danielpradilla/5933205 to your computer and use it in GitHub Desktop.
Save danielpradilla/5933205 to your computer and use it in GitHub Desktop.
remove from version control
find . -iname ".svn" -print0 | xargs -0 rm -r
svn export /path/to/old/working/copy /path/to/plain/code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment