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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3c8a1ddc13ecb354 X-Google-Attributes: gid103376,public From: pautet@email.enst.fr (Laurent Pautet) Subject: Re: Configuration Management for Ada on Unix Date: 1996/05/24 Message-ID: <4o4pup$h7n@scapin.enst.fr>#1/1 X-Deja-AN: 156548840 sender: pautet@scapin.enst.fr references: <4nvm27$e68@gde.GDEsystems.COM> <31A39EB4.15FB7483@escmail.orl.mmc.com> content-type: text/plain; charset=iso-8859-1 organization: Ecole Nationale Superieure des Telecommunications mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-05-24T00:00:00+00:00 List-Id: Theodore E. Dennison wrote: >The project I worked on that had a UNIX/SCCS/Alsys setup just used >"sccs get" on every ada source file right before compilation. This >gets you a read-only working copy, which you can use to compile. It seems to be a rather straightforward combination of RCS (or SCCS) and make (something like): %.ads : RCS/%.ads,v co -f $< %.adb : RCS/%.adb,v co -f $< -- -- Laurent