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,6df3ec0dff30c185 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news3.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.80.MISMATCH!news.astraweb.com!border3.a.newsrouter.astraweb.com!news.netcologne.de!ramfeed1.netcologne.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 26 Jan 2011 15:04:31 +0100 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Open source Ada OS? References: <4d3f3be3$0$22088$742ec2ed@news.sonic.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: <4d4029ef$0$6884$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 26 Jan 2011 15:04:31 CET NNTP-Posting-Host: 3727b824.newsspool2.arcor-online.net X-Trace: DXC=NSAa@7;bbFm9kIfcjg:0fdA9EHlD;3Ycb4Fo<]lROoRa8kFRcnc\616M64>jLh>_cHTX3jmdUonBUK^?jo X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:17685 Date: 2011-01-26T15:04:31+01:00 List-Id: On 26.01.11 12:32, Yannick DuchĂȘne (Hibou57) wrote: > Le Wed, 26 Jan 2011 09:36:57 +0100, Ludovic Brenta > a Ă©crit: >> you can backport bug fixes. You cannot do these things with "just" a >> tarball. > That's more diff (or like) than CVS which helps here. Change sets make a difference. Even more advanced version control systems (Accurev?) integrate SCM with issue tracking, staff assignments, ... Another nicety is when a VCS supports barriers in the sense of logic that prevents committing unconditionally. Cannot then commit changes to a release branch unless Script (Source) = True. (Or, can commit, but cannot build a release archive if Script (Version) = False.)