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!postnews.google.com!i18g2000pro.googlegroups.com!not-for-mail From: deadlyhead Newsgroups: comp.lang.ada Subject: Re: What is your preferred VCS? Date: Thu, 29 Jul 2010 19:27:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <24890919-000d-4b75-8556-0585e8a2f59d@g21g2000prn.googlegroups.com> NNTP-Posting-Host: 216.57.220.9 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1280456821 3402 127.0.0.1 (30 Jul 2010 02:27:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 30 Jul 2010 02:27:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i18g2000pro.googlegroups.com; posting-host=216.57.220.9; posting-account=snJuNwoAAABnc8T9lYkBlDQrDdSjOjG2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12696 Date: 2010-07-29T19:27:01-07:00 List-Id: 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.) For those who like Monotone: is using a "real database" really that much of advantage? I'm a bit leery of such an opaque system being used to save my patches. Having physical file-system access to changes makes _me_ feel a bit more secure, and is something that I really like about GNU Arch. Is it the speed that makes it good? Or collision detection? I'm just curious; I've never had problems in those areas before, so I'm a bit insensitive. And those who like Git: Fast, cheap and easy... for some reason that seems _very_ Linus Torvalds-ish. :-) Still, Perl scripts intermingled with C? Perhaps I just need to get over that. I'll read over the Why Git is Better... site. It _does_ seem easy to try out. Perhaps I'll be able to look the other way when it comes to aesthetics. 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.