Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!talcott!panda!genrad!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.unix Subject: Re: rcs or sccs: which is better? Message-ID: <2708@sun.uucp> Date: Sun, 25-Aug-85 23:09:34 EDT Article-I.D.: sun.2708 Posted: Sun Aug 25 23:09:34 1985 Date-Received: Wed, 28-Aug-85 10:40:38 EDT References: <2750@wateng.UUCP> <111@cithep.UucP> Organization: Sun Microsystems, Inc. Lines: 14 > This is a pre-flame. Some idiot is going to make the claim that SCCS stores > the first version of the file, plus diffs to make the later versions, and > hence is slow to recover later versions. THEY ARE WRONG! End-of-pre-flame. On the other hand, since SCCS stores files as "the following lines are in thus and such a version, and the lines after that are in these versions, and...", while RCS stores the latest version and diffs to make earlier versions, RCS is faster at retrieving the most recent version and slower at retrieving the earliest version (with some function interpolating between those data points). (SCCS takes the same time to retrieve all versions, RCS takes a time which increases with the number of versions from the most recent.) Guy Harris