RCS vs. SCCS

Mike Segel segel at tellab5.tellabs.com
Tue Mar 20 04:35:07 AEST 1990


In article <1990Mar15.204111.4923 at csmil.umich.edu> holtz at csmil.umich.edu () writes:
>
>What are the differences between RCS and SCCS?

Sorry about that, my News hiccuped ....

The difference is two fold.

1) RCS uses backwards Deltas. This means that the latest
   version contains the actual code and the earlier versions
   are actually the delta, or changes made over the course of 
   development.

   SCCS uses forward deltas. This means that when you "check in"
   a piece of code, the original is stored, and the later copies
   are really deltas based on the original.

   Backward deltas actually make the retrieval of a stored file
   faster. (Especially as time goes on and many revisions are made)

2) SCCS comes standard with BSD and SYS V Unix. RCS is 
   public domain and has to be installed by an individual.


I personally feel that RCS is easier and better, but some
people object to the fact that since it is not std, don't 
use it. Which ever you choose, use it. It can save a lot of 
headaches.

-Mike Segel
Consultant, BALR
Oakbrook, Illinois

segel at balr.com
segel at tellabs.com
segel at quanta.eng.ohio-state.edu



More information about the Comp.unix.questions mailing list