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,6426898aedaa5880 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!r29g2000hsg.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Pragma for conditional compilation? (Ada 2005 vs. 95) Date: Fri, 28 Sep 2007 08:24:55 -0700 Organization: http://groups.google.com Message-ID: <1190993095.488093.244130@r29g2000hsg.googlegroups.com> References: <1190879769.361848.188220@22g2000hsm.googlegroups.com> <1190929570.915553.284000@19g2000hsx.googlegroups.com> <4p1jdf.ssa.ln@hunter.axlog.fr> NNTP-Posting-Host: 32.58.34.227 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1190993095 31597 127.0.0.1 (28 Sep 2007 15:24:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 28 Sep 2007 15:24:55 +0000 (UTC) In-Reply-To: <4p1jdf.ssa.ln@hunter.axlog.fr> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: r29g2000hsg.googlegroups.com; posting-host=32.58.34.227; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2189 Date: 2007-09-28T08:24:55-07:00 List-Id: Jean-Pierre Rosen writes: > Library package renaming is a way to achieve the same effect without > resorting to CM. But what if you want to maintain two versions of the software in parallel, like the OP does? You'll want two versions of the renaming. I don't see how you'd do that without some sort of configuration management system. OK, maybe I'm biased: I haven't worked without a configuration management system since 1999 :) -- Ludovic Brenta.