Using svn2git on OS X Leopard
Git | (0)
I was trying to import the subversion repository for our central application to git tonight, and I ran into some problems.
First, I tried to install the svn2git gem, but i kept getting:
[sourcecode language="sh"]
ERROR: could not find gem svn2git locally or in a repository
[/sourcecode]
and James Coglan doesn't have github gems enabled on the repository. So I had to clone the repository and install the gem manually. Continue Reading...