Skip to content

Instantly share code, notes, and snippets.

@willb
Created October 4, 2008 20:05
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 willb/14800 to your computer and use it in GitHub Desktop.
Save willb/14800 to your computer and use it in GitHub Desktop.
#!/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