Okay people, I'm sure someone has had this issue and can help me out.

I'm trying to get git-svn working on OSX Leopard (10.5.6). Using MacPorts I've run the install thus : sudo port install git-core +svn

However, git-svn has not been installed and is not available. No errors came up during the lengthy dependency installation and so I'm at a loss.

Thoughts would be greatly appreciated.

link|improve this question

Hank's answer should do it. – kch May 7 '09 at 1:17
Perhaps you could include some more detail about what you tried to do, what you expected, and what actually happened. The two answers so far have had to guess at what you did. – Greg Hewgill May 7 '09 at 1:18
feedback

3 Answers

up vote 21 down vote accepted

On my install at least, I have to invoke it as git svn <cmd> instead of git-svn <cmd>.

link|improve this answer
1  
Thanks Hank, your suggestion worked perfectly. It never occurred to me to try something so simple :-) – Neil Albrock May 7 '09 at 8:40
feedback

That's the same install I used which works fine. Have you added /opt/local/bin to your PATH?

link|improve this answer
Thanks for your suggestion Greg. I did check the PATH and MacPorts had done it's job properly and added the /opt/local/bin correctly. Hank's suggestion about using git svn <cmd> seemed to do the trick. – Neil Albrock May 7 '09 at 8:42
feedback

git-svn is located in /opt/local/libexex/git-core/ if installed through macports. Add /opt/local/libexex/git-core to your path and you should be good to go.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.