Skip to content

Instantly share code, notes, and snippets.

@gotofritz
Last active October 4, 2015 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gotofritz/2589861 to your computer and use it in GitHub Desktop.
Save gotofritz/2589861 to your computer and use it in GitHub Desktop.
Various svn shorthands
cd DIR_FROM
find . \! \( -name . -or -name ".svn" -or -path "*/.svn/*" \) -print | cpio -padv PTH_TO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment