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 Path: g2news1.google.com!news2.google.com!goblin1!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Date: Thu, 29 Jul 2010 16:27:19 +0200 From: =?ISO-8859-1?Q?Thomas_L=F8cke?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100721 Thunderbird/3.0.6 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: What is your preferred VCS? References: <24890919-000d-4b75-8556-0585e8a2f59d@g21g2000prn.googlegroups.com> In-Reply-To: <24890919-000d-4b75-8556-0585e8a2f59d@g21g2000prn.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <4c518fc7$0$272$14726298@news.sunsite.dk> Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 83.91.213.86 X-Trace: news.sunsite.dk DXC=JocHPVSR1>fO3d^23S\Y2mYSB=nbEKnkkMc>D_SZ`hhm3ZOKe3?:>XaDZkco8YM<=kU`JRC]IM5=eFkOYdDdnhZ` X-Complaints-To: staff@sunsite.dk Xref: g2news1.google.com comp.lang.ada:12663 Date: 2010-07-29T16:27:19+02:00 List-Id: On 2010-07-29 01:18, deadlyhead wrote: > Since I trust the Ada community by and large when it comes to > questions of robustness and cleanliness of code, it seems fitting that > I might cast about for opinions on choosing a version control system. I use Git for the following reasons: 1. _Very_ easy to get up and running. Setting up a Git server is about as easy as it gets: git daemon --base-path=/some/where --user=git --detach 2. The documentation is superb (IMHO): http://git-scm.com/documentation 3. Branches are very cheap. 4. It is fast. 5. I feel I can trust it with my precious code. :o) The other systems you mention might be both as easy, trustworthy and fast, but it's been a couple years since I tried any of them, so I wouldn't know it. Actually this page describes my reasons pretty well: http://whygitisbetterthanx.com/ Yea, the URL is a bit offensive/flame-baity, but the arguments are valid enough. -- Regards, Thomas L�cke Email: tl at ada-dk.org Web: http:ada-dk.org IRC nick: ThomasLocke