[467] in Athena Bugs
co problem VS 6.0B, but probably all versions
daemon@ATHENA.MIT.EDU (mar@ATHENA.MIT.EDU)
Fri Jul 1 12:54:43 1988
From: <mar@ATHENA.MIT.EDU>
Date: Fri, 1 Jul 88 12:53:23 EDT
To: bugs@ATHENA.MIT.EDU, vs-testers@ATHENA.MIT.EDU
I just had checkout get an error, claiming that it left the file under
a different name.
Toto>co -l qsupport.qc
RCS/qsupport.qc,v --> qsupport.qc
revision 1.19 (locked)
co error: Can't rewrite RCS/qsupport.qc,v; saved in: RCS/,RCSnew007260
Toto>
However, on investigation, it had deleted the regular copy of the
file, but left a new copy as ,RCSt1007260. It also left a lock on the
RCS file RCS/qsupport.qc,v
76 -rw-rw-r-- 1 mar 69684 Jul 1 12:32 ,RCSt1007260
128 -rw-rw-r-- 1 mar 125548 Jul 1 12:32 RCS/qsupport.qc,v
0 ---------- 1 mar 0 Jul 1 12:31 RCS/,qsupport.qc,
I'm still not sure why co lost in the first place, as I was not out of
either disk space or quota. But the state it left things in did not
match what it claimed it did. I was able to recover everything by
deleting the lock file and doing the co again.
-Mark