Skip to content

Instantly share code, notes, and snippets.

@haileys
Created December 10, 2013 03:31
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haileys/7885344 to your computer and use it in GitHub Desktop.
Save haileys/7885344 to your computer and use it in GitHub Desktop.
git clone git@github.com:ruby/ruby.git
cd ruby
git svn init svn+ssh://svn@ci.ruby-lang.org/ruby/trunk
mv .git/refs/remotes/origin/trunk .git/refs/remotes/git-svn
git svn rebase
# done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment