Whats so good about git with svn

This should be whats so good about git, but Sakai has SVN as its central repo…. so whats so good about git-svn ?

Ok the sync takes a while for a very large repo, like the whole of sakai, but once synced everything becomes much easier. And you will notice the I,I,I above, thats because its distributed so it doesn’t effect you :) (unless you want to use it). All of this goes for others like Hg.

I am only wondering why I didnt use it earlier…. lots of people said it was a good idea. Lesson there, listen more, think less.

Installing git on OSX Tiger to work with SVN.

First off, no dmg available for Tiger, so you need to build from source.

Building Git from source is easy on OSX, just download one of the tarballs from linux.org, configure make install, but getting it to work with SVN is not quite so easy because by default it binds to the OSX perl which may or may not have Alien::SVN

MacPorts appears to work: sudo port install git-core +svn