Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find git-svn on Mac OS X Leopard after installing via MacPorts

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.

like image 809
Neil Albrock Avatar asked May 07 '09 00:05

Neil Albrock


People also ask

How do you update ports on a Mac?

MacPorts base upgrades are performed automatically (when a newer release is available) during a selfupdate operation. To upgrade a copy of MacPorts that was installed from source to the newer release of the source code, simply repeat the source install with the newer version of the MacPorts source code.


1 Answers

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

like image 75
Hank Gay Avatar answered Oct 08 '22 05:10

Hank Gay