nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

Mac OSX #19

Closed Urkman closed 12 years ago

Urkman commented 13 years ago

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?

Urkman commented 13 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 methodscan' 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:inload' from /usr/bin/svn2git:19

nirvdrum commented 13 years ago

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.

nirvdrum commented 12 years ago

It also looks like you're using an old version of svn2git. Please try 2.1.1.

nirvdrum commented 12 years ago

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.