Guest User

Untitled

a guest
Feb 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # you probably want automatic git-gc before running this:
  4. # git config --global gc.auto 1
  5.  
  6. mkdir jikesrvm.svn.sourceforge.net
  7. (cd jikesrvm.svn.sourceforge.net && rsync -avz jikesrvm.svn.sourceforge.net::svn/jikesrvm/\* .)
  8. git svn clone -s file://$(pwd)/jikesrvm.svn.sourceforge.net/rvmroot/ jikesrvm.git
Add Comment
Please, Sign In to add comment