Question

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.

Was it helpful?

Solution

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

OTHER TIPS

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

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top