How do I change file names introduced to SCCS

David I. Berg dberg at informix.com
Thu Nov 1 02:49:40 AEST 1990


> I introduced a file some time ago into SCCS called xyz.c,
> now I want to change it's name to abc.c - how is it done?
> I would like to keep the file history - so SCCS will give
> me the right file depending on which version I retrieve.

You should just mv s.xyz.c s.abc.c. If you used SCCS keywords in your
file to internally identify the program, when you do the next get -e
or get -k you will see the new program name.



More information about the Comp.unix.questions mailing list