Created
April 20, 2015 23:18
-
-
Save pavgup/309907fe0790643a02e0 to your computer and use it in GitHub Desktop.
uber fast subversion exports with parallel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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