Missing git-svn on os x leopard
Scott Rippee @ 6:09 pm Saturday, April 5th, 2008Chances are you didn't port install git-core with the svn option:
-
sudo port install git-core +svn
post uninstalling the old hullabaloo
Chances are you didn't port install git-core with the svn option:
post uninstalling the old hullabaloo
I've been having a very strange problem on the mac the last couple of days. Subversion went from happy camper to sad clown after a MacPorts package update.
What I'm confused about is how subversion is able to build without having expat's dynamic library to link to. If it links using the static lib then there should not be the need to load the dynamic library at run time unless it is specifically made to work this way for some reason.
Of course all of this pain and confusion vanquished upon taking a closer look at the error message:
Woops, finally noticed the svnserve. ssh into Gentoo box, create a libexpat.so.0 symbolic link to the existing dynamic library. All is happy camping once again... Think about how there was some emerge -uDv world remote action at the same time as the port upgrade outdated. Slap forhead....
The three lessons learned: