Skip to content

Instantly share code, notes, and snippets.

@pavgup
Created April 20, 2015 23:18
Show Gist options
  • Save pavgup/309907fe0790643a02e0 to your computer and use it in GitHub Desktop.
Save pavgup/309907fe0790643a02e0 to your computer and use it in GitHub Desktop.
uber fast subversion exports with parallel
svn ls 'https://svn.pavgup.io/svnroot' | parallel svn export 'https://svn.pavgup.io/svnroot/'\{\}
# Nothing clever here. Seeking adventure? Get yourself a couple more layers of the svnroot with more pipes. Definite overkill.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment