Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!hplabs!hpfcso!hpfcmgw!clarke From: clarke@hpfcmgw.HP.COM (Clarke Echols) Newsgroups: comp.sys.hp Subject: Re: SCCS for HP series 9000 Message-ID: <1080161@hpfcmgw.HP.COM> Date: 6 Jun 90 15:30:30 GMT References: Organization: HP Fort Collins, CO Lines: 18 > I have just discovered the existence of the Source Code Control System, and > would like to try running it on a collection of HP series 9000/800 and 300 > machines running HP-UX 7.0. Any information regarding SCCS and its > availability, esp. as regards HP, would be appreciated. SCCS has always been shipped with HP-UX. A tutorial is included in the manual set as well. Another system called RCS (Revision Control System) is also provided. See rcsintro(5) in the HP-UX Reference for a description. Commands include rcs(1) to manipulate RCS files, rcsdiff(1) to compare two versions, rcsmerge(1) to merge two descendents of a common version into a single new version, co(1) and ci(1) to check out and check in a given version, etc. I like RCS better, mainly because I've used it more and it stores the most recent version with deltas to derive earlier versions whereas SCCS stores the original and uses deltas to derive subsequent versions. Clarke Echols, clarke@hpfcma.hp.com -----------------------------------