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: stt@henning.camb.inmet.com (Tucker Taft) Subject: Re: Configuration Management for Ada on Unix Date: 1996/05/28 Message-ID: #1/1 X-Deja-AN: 157177346 sender: news@inmet.camb.inmet.com (USENET news) x-nntp-posting-host: henning.camb.inmet.com references: <4oeqp1$1mn@scapin.enst.fr> organization: Intermetrics, Inc. newsgroups: comp.lang.ada Date: 1996-05-28T00:00:00+00:00 List-Id: Laurent Pautet (pautet@email.enst.fr) wrote: : ... What I mean is to get the last version of a file, SCCS gets : the first version and applies all the patches to get the last : version. This makes it sound worse than it is. SCCS performs a single pass over the archive, including only those lines that are in the desired version. This makes it essentially constant time independent of which version is desired. RCS keeps the last version in a "pristine" form, so it is probably quicker for retrieving the last version. However, the SCCS approach is probably faster if you want a "random" version (which of course, you only rarely do). : ... So, RCS is more time efficient than SCCS. Certainly for retrieving the last version, but probably not for retrieving a random version. : -- Laurent -Tucker Taft stt@inmet.com http://www.inmet.com/~stt/ Intermetrics, Inc. Cambridge, MA USA