Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!pyramid!infmx!dberg From: dberg@informix.com (David I. Berg) Newsgroups: comp.unix.questions Subject: Re: How do I change file names introduced to SCCS Keywords: SCCS file name change Message-ID: <1990Oct31.154940.4653@informix.com> Date: 31 Oct 90 15:49:40 GMT References: <1990Oct30.125900.14693@resam.dk> Sender: news@informix.com (Usenet News) Distribution: comp Organization: Informix Software, Inc. Lines: 8 > 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.