Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!gem.mps.ohio-state.edu!apple!bbn!bbn.com!rsalz From: rsalz@bbn.com (Rich Salz) Newsgroups: comp.sources.d Subject: Re: rcs for SysV Message-ID: <2002@prune.bbn.com> Date: 16 Oct 89 14:29:31 GMT References: <78@vidiot.UUCP> <1367@celit.fps.com> <6218@pbhyf.PacBell.COM> <25360D8C.16699@ateng.com> <5827@wiley.UUCP> Distribution: na Organization: BBN Systems and Technologies Corporation Lines: 14 > I understand that RCS >stores the last version of the file and deltas to previous versions, This is correct. It means that to get old versions lots of work has to be done (and you can just about forget about branches :-). >while SCCS stores the first version and deltas from then onward. This is WRONG. It's an urban legend. SCCS stores diffs, and flags indicating whether those diffs are present in a particular edit or not. This means that to get ANY SCCS version the amount of time needed will be the same. /r$ -- Please send comp.sources.unix-related mail to rsalz@uunet.uu.net. Use a domain-based address or give alternate paths, or you may lose out.