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: "Theodore E. Dennison" Subject: Re: Configuration Management for Ada on Unix Date: 1996/05/22 Message-ID: <31A39EB4.15FB7483@escmail.orl.mmc.com>#1/1 X-Deja-AN: 156199647 references: <4nvm27$e68@gde.GDEsystems.COM> content-type: text/plain; charset=us-ascii organization: Lockheed Martin Information Systems mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4m) Date: 1996-05-22T00:00:00+00:00 List-Id: David R. Ellison wrote: > > I am working on a project which has moved from VMS to Unix. We > are using the Thomson (Alsys) Ada compiler on HP-UX. We are using > the AdaMake tool that came with the compiler to determine compilation > order and rebuild libraries. > > The compiler and AdaMake don't have any apparent way to access > source code stored in configuration management files (such as > SCCS or RCS). Our project is large enough (more than one file > and one programmer) such that CM is a necessity. However the > Thomson documentation doesn't seem to acknowledge that CM exists. 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. Every project I've worked on that was large enough to need engineering CM did something roughly similar. -- T.E.D. | Work - mailto:dennison@escmail.orl.mmc.com | | Home - mailto:dennison@iag.net | | URL - http://www.iag.net/~dennison |