From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9e81fa53486a4934 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: What is your preferred VCS? Date: Fri, 30 Jul 2010 16:28:52 +0200 Organization: A noiseless patient Spider Message-ID: <87k4odxcuz.fsf@ludovic-brenta.org> References: <24890919-000d-4b75-8556-0585e8a2f59d@g21g2000prn.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Date: Fri, 30 Jul 2010 14:29:01 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="vhtspQ5pQqftjY2c+x4BbQ"; logging-data="13931"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX183qGGHcVqp1Jrrqz/m8CNx" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:yiHPnGF9HfWIFwpAfOy4AOddCkc= sha1:dbQLZIEQjjn0nGVIlbdah7y/VhE= Xref: g2news1.google.com comp.lang.ada:12721 Date: 2010-07-30T16:28:52+02:00 List-Id: Warren writes on comp.lang.ada: > Well a longer time ago, I just used RCS locally. But I liked the idea > of having things backed up on a server, so I moved over to cvs, which > was in vogue at the time. CVS is complete and utter rubbish. Its only redeeming feature was that it was the only free VCS in existence for many years. > Then all of a sudden, everyone was developing a new flavour of the > week VCS. I just stayed with cvs while everyone else went through the > teething pains of new systems. I'm too busy to be fussing with > toolchains _and_ my own projects. I'm also not a big fan of systems > in perl or python. I suppose each has their place, but I don't think > the track record is that stellar for reliability. I switched from CVS to Meta-CVS as soon as I discovered the latter; it at least solved two of the most gaping problems: keeping track of merges and renaming files without losing their history. > But the time has come where I probably need to look at this again. > Git sounds like a contender. But it can wait, unless SF takes cvs > away at some point. > > Cvs isn't hard to use. But I have to admit, it wasn't easy when > I started for some reason. But once you assimilate into the borg, > it all seems to be so natural. I think Monotone is even easier to use than CVS because it has a similar command set without the idiosyncrasies e.g. per-file history, no proper merge support, non-atomic commits, expensive branches, expensive tags, and the list goes on. Even if you use Monotone only locally, without taking advantage of its distributed nature, it is still a huge improvement over CVS. I personally think mentioning CVS as a contender in 2010 is a blasphemy :) -- Ludovic Brenta.