July 20, 2012
1:32 p.m.
On 07/19/2012 03:50 AM, Steffen Daode Nurpmeso wrote:
SCCS is a POSIX tool that works pretty good,
It's a fine tool, but to be honest I was an RCS guy back in the day, and anyway version-control systems have moved on. These days I typically use a distributed version control system and I'd rather not be limited to the local data model of SCCS or RCS, as that model makes it too much of a hassle to maintain stuff from the various computers that I use daily. There are many plausible DVCS systems out there, but git is a reasonable choice in that space, partly because I use it daily in other projects.