Xref: utzoo comp.unix.aix:4658 comp.unix.misc:1329 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!lll-winken!sun-barr!olivea!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.aix,comp.unix.misc Subject: Re: RCS compilation on RS-6000 -- problem Message-ID: <7285@auspex.auspex.com> Date: 20 Apr 91 23:57:39 GMT References: <592@wjh12.harvard.edu> <6766@awdprime.UUCP> Followup-To: alt.dev.null Distribution: na Organization: Auspex Systems, Santa Clara Lines: 12 >RCS should be faster if you mostly check out the latest version That may be true, but... >as it stores backwards deltas while SCCS stores forward deltas, ...that's not true. (Ignoring issues of branches,) RCS stores the latest version and backwards deltas, and SCCS stores, if you will, "interleaved" deltas - it stores the lines of all versions of the file, with control lines saying "the following lines first appear in this delta, and disappear in that delta" and the like. SCCS does *not* store the first version and a bunch of deltas to make later version.