How to install Git and git-svn on Mac OS X
It's hard to find good Google links for installing git-svn on Mac OS X. Here is my piece.
- Install port: download it at http://darwinports.com and run the installer
- run sudo port install subversion-perlbindings (it takes a while as the installer download the internet)
- run sudo port install git-core +svn (don't forget +svn or you will have to uninstall git-core and reinstall it)
From there, have a look at http://viget.com/extend/effectively-using-git-with-subversion for a quick tutorial.


3 Comments:
I used the Git Installer for OS X, but I had the same issue. The "git" command was on the path (e.g. "/usr/local/git/bin"), but "git-svn" and other "git-" commands are in a subdirectory (e.g. "/usr/local/git/libexec/git-core/"). Try adding this to your path.
By
Randall, At
January 15, 2009 11:08 PM
You don't need to add git-core to the path, just run git-svn by running "git svn".
By
Ken Liu, At
May 25, 2009 1:01 AM
nice save! thanks
By
joet3ch, At
June 10, 2009 11:32 AM
Post a Comment
Links to this post:
Create a Link
<< Home