[svlug] Source Control opinioins

Don Marti dmarti at zgp.org
Wed Nov 17 18:00:54 PST 2010


begin Mark Jaffe quotation of Wed, Nov 17, 2010 at 05:28:34PM -0800:

> 
> I've got a client for whom I am evaluating Source Control, and I'd like to get some feedback from this list. Anyone care to comment on their experiences with different systems, and what they might want for the ideal VCS? Cost or free is not a factor in this effort.

Git is flexible, and you can implement policy on it
(including making it act like a centralized revision
control system) using hooks.  There's also a really
useful-looking code review system, called gerrit,
which a lot of Android dev organizations are using:
  http://lwn.net/Articles/359489/

More fun with git here:
  http://www.socallinuxexpo.org/scale8x/presentations/panel-git-tips-and-tricks

The weak point of git currently is large blob support,
so beware if you want to keep giant images or other
binaries under revision control.

-- 
Don Marti                    
http://zgp.org/~dmarti/
dmarti at zgp.org




More information about the svlug mailing list