1748050 Members
5270 Online
108757 Solutions
New Discussion юеВ

Re: SCCS Utility Problem

 
Vishal Thorat
Occasional Contributor

SCCS Utility Problem

I am using SCCS tool on HP-Unix for configuration mamangement and source control . I need to know about how to label the files in the configuration managemnet repository with the product version number. This information will greatly help me to archive the latest release of the software .

On Visual Source Safe tool( Windows) archiving facility is provided. I need the equavalent command in SCCS.

U r solution will be an immense help for me .

Regards
Vishal
Patience Pays
2 REPLIES 2
Steven Sim Kok Leong
Honored Contributor

Re: SCCS Utility Problem

Hi,

RCS/CVS is usually preferred over SCCS. You may find the below book useful:

http://www.amazon.com/exec/obidos/ISBN%3D1565921178/cyclicsoftwareA/103-3138082-0029420

You can convert from SCCS to RCS/CVS using the following script:

http://www.cyclic.com/cgi-bin/cvsweb/ccvs/contrib/sccs2rcs.csh

The FAQ for CVS can be found here:

http://ccvs.cvshome.org/fom//cache/1.html

Hope this helps. Regards.

Steven Sim Kok Leong
Thom Cornwell
Frequent Advisor

Re: SCCS Utility Problem

Are you asking about how to use the admin command to insert strings in the file to be used in place of %Q, %Y ...? Or are you asking about how to print out the delta that was asked for when you checked it back in (prs).