I am trying to install git-svn on mac os x 10.5 using the following command,
sudo port install git-core +svn
It installation is successful but i can find the git-svn command anywhere,
~/ $ sudo port installed git-*
The following ports are currently installed:
git-core @1.6.5.2_0+doc+svn (active)
Installed shows it installed with correct options.
It looks like the
+svnvariant is installed.git-svnwill be at/opt/local/libexec/git-core/git-svn, but you should call it from the command line asgit svn—gititself will know where to find its associated binaries.gitis installed at/opt/local/bin. Make sure/opt/local/binis in your$PATH.