Closed Urkman closed 12 years ago
Here the message when just trying svn2git:
$ svn2git
/Library/Ruby/Gems/1.8/gems/svn2git-1.0.0/lib/svn2git/migration.rb:8:in initialize': private method
scan' called for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/1.8/gems/svn2git-1.0.0/bin/svn2git:32:in new' from /Library/Ruby/Gems/1.8/gems/svn2git-1.0.0/bin/svn2git:32 from /usr/bin/svn2git:19:in
load'
from /usr/bin/svn2git:19
Do you have git-svn installed? svn2git is just a wrapper around git-svn. The precompiled git packages will install install git-svn, but if you use MacPorts or homebrew, you need to have svn installed as well, otherwise git-svn won't build.
It also looks like you're using an old version of svn2git. Please try 2.1.1.
I'm closing this issue out due to lack of necessary information. If you can provide the info I need, please feel free to re-open.
I don't get it to work on my Mac with OSX 10.6.8... I followed some tutorial like: http://dev.blog.apid.com/2009/01/09/using-svn2git-on-os-x-leopard/
But it is not working :(
Any hints?