Created
October 4, 2008 20:05
-
-
Save willb/14800 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
# you probably want automatic git-gc before running this: | |
# git config --global gc.auto 1 | |
mkdir jikesrvm.svn.sourceforge.net | |
(cd jikesrvm.svn.sourceforge.net && rsync -avz jikesrvm.svn.sourceforge.net::svn/jikesrvm/\* .) | |
git svn clone -s file://$(pwd)/jikesrvm.svn.sourceforge.net/rvmroot/ jikesrvm.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment