Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!purdue!mentor.cc.purdue.edu!yuf From: yuf@mentor.cc.purdue.edu (Kyle Grieser) Newsgroups: comp.unix.questions Subject: Re: SCCS vs RCS Message-ID: <2934@mentor.cc.purdue.edu> Date: 7 Jun 89 20:55:44 GMT References: <19885@adm.BRL.MIL> Reply-To: yuf@mentor.cc.purdue.edu (Kyle Grieser) Organization: PUCC UNIX Group Lines: 20 In article <19885@adm.BRL.MIL> mark@ria-emh2.army.mil (Mark D. McKamey IM SA) writes: >by Purdue University. What I am looking for is a detailed comparision >between SCCS and RCS. Any information concerning such comparison would be >greatly appreciated. Thank You, We (here at PUCC) use RCS extensively for source management. Both SCCS and RCS do approximately the same thing, but in reverse. Let me try to explain. When you make changes in these two systems, they keep diffs for all of the different revisions. The main difference is that SCCS keeps diffs that apply to the original version and RCS keeps diffs that apply to the current version. Thus, RCS is much faster when retrieving the latest revision. In order for SCCS to get the latest version, it must apply all of its diffs to the original. The opposite it true for retrieving the original version. RCS will take longer than SCCS. Hope this helps (and that it is generally correct :-), ----- Kyle Grieser, Purdue University Computing Center yuf@mentor.cc.purdue.edu, mentor.cc.purdue.edu!yuf