I\'m migrating an SVN repository over to Git. The git-svn command doesn\'t handle the branches and tags properly but I stumbled across a tool called svn2git which seems to resol
Obviously, rubygems.rb is missing. Install it as documented here: https://rubygems.org/pages/download
rubygems.rb
Then, install svn2git as instructed here: https://github.com/nirvdrum/svn2git
svn2git
After that, everything shall be fine.