Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: How do I change file names introduced to SCCS Keywords: SCCS file name change Message-ID: <14293@smoke.brl.mil> Date: 1 Nov 90 00:21:42 GMT References: <1990Oct30.125900.14693@resam.dk> Distribution: comp Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 7 In article <1990Oct30.125900.14693@resam.dk> andrew@resam.dk (Leif Andrew Rump) writes: - 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. cp s.xyz.c s.abc.c