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.1 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,LOTS_OF_MONEY,PP_MIME_FAKE_ASCII_TEXT 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 Path: g2news1.google.com!news4.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.71.MISMATCH!xlned.com!feeder3.xlned.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: Thu, 29 Jul 2010 15:34:43 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <24890919-000d-4b75-8556-0585e8a2f59d@g21g2000prn.googlegroups.com> <4c518fc7$0$272$14726298@news.sunsite.dk> Injection-Date: Thu, 29 Jul 2010 15:34:43 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="20110"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+r/LWqwff6Fi5nmmW2QtXHGI9dw3y9k1k=" 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:kpbhS40TPUyffZZW4ptIT98/aqI= Xref: g2news1.google.com comp.lang.ada:12669 Date: 2010-07-29T15:34:43+00:00 List-Id: Thomas L�cke expounded in news:4c518fc7$0$272$14726298@news.sunsite.dk: > 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 realize that I am gradually becoming one in the minority these days, but I have always used and trusted cvs. It doesn't get in the way and does precisely what I need. The only time cvs has ever been a problem is when I wanted to rename something and retain it's history. But the simple answer to that is "don't do that". ;-) > I use Git for the following reasons: People who use git seem to like it. At some point, I need to spend some time making friends with it. > 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 I do like the idea of setting up my own git server without a lot of fuss- so I need to try that. Setting up a cvs server is admitedly a pain. But it's real easy now to create projects with cvs support on SF ;-) > 2. The documentation is superb (IMHO): http://git-scm.com/documentation We'll see. My main objection right now is taking the time to switch over. I have at least another 6-months of Ada05 code to write before it's 0.50 release. > 5. I feel I can trust it with my precious code. :o) This is number 1. I hate doing things more than once. >8/ > Actually this page describes my reasons pretty well: > > http://whygitisbetterthanx.com/ You don't even acknowledge cvs there. Blasphemy! Warren