1753423 Members
4694 Online
108793 Solutions
New Discussion юеВ

SCCS to RCS conversion

 
SOLVED
Go to solution
Ian Lochray
Respected Contributor

SCCS to RCS conversion

We currently do all out source code control using SCCS. We have abour 300 SCCS directories and a total of about 32,000 SCCS files. We may have to move from using SCCS to using RCS (it's a long story) and I am looking in to how we would do this.
Does anyone know if there are any facilitoes for converting from SCCS to RCS and what kind of things can be transferred (file deltas, comments, what strings etc)?
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: SCCS to RCS conversion

If I were going to do this then I would actually convert to CVS which sits on top of RCS but you can install CVS temporarily and it includes a C shell script "sccs2rcs" which should do just what you want. This utility is found in the cvs/contrib directory.
If it ain't broke, I can fix that.
Ian Lochray
Respected Contributor

Re: SCCS to RCS conversion

sccs2rcs was just what I wanted. Thank you.