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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!news3.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: What is your preferred VCS? Date: Fri, 30 Jul 2010 14:08:32 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <24890919-000d-4b75-8556-0585e8a2f59d@g21g2000prn.googlegroups.com> Injection-Date: Fri, 30 Jul 2010 14:08:32 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="6804"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+lA7a72gX/kcg9j61LaoWjm2dqlVaIrK0=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:mmm6eD7zPEoxiVW+qP0iSORV2N4= Xref: g2news1.google.com comp.lang.ada:12720 Date: 2010-07-30T14:08:32+00:00 List-Id: deadlyhead expounded in news:a1bca3fc-c324-4385-87db-d3b3d626aee4 @i18g2000pro.googlegroups.com: > Thanks for all the replies! I'm glad nobody took this as an > invitation to a flame war. ;-) > > From this small-but-elite sample, it seems like Monotone and Git are > the routes to check out more deeply, if for no other reasons than > speed and code security. Developers seem to trust them! > > Y'know, I've never actually gotten Bazaar to work on any system I've > been running, whether from packages or source, GNU/Linux or Windows. > Something in a library always seems to go wrong, and I'm just not > interested enough to dig deeper. (I'm not particularly a fan of > Python, which is why I haven't looked at Mercurial closely, either.) ... > Sorry, Warren. CVS/SVN are right out. Their tools that I use to > download source code from Sourceforge, but I just don't think I could > handle actually _working_ with them. I've had better luck just > archiving the *~ files saved by Emacs than I have with using SVN > locally. 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. 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. 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. Warren