[7099] in Athena Bugs
ci
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Feb 13 00:12:50 1991
From: kkkken@ATHENA.MIT.EDU
Date: Wed, 13 Feb 91 00:12:39 EST
To: bugs@ATHENA.MIT.EDU
If you check in the initial revision of a file using the "-t" option,
i.e.,
ci -u -tdescription newfile
and the "description" file doesn't exist, then "newfile" becomes
partially checked in in a way that any attempt to check it out results
in:
/afs/sipb.mit.edu/project/kcll/src podge (20) co -l gc.c
RCS/gc.c,v --> gc.c
revision 1.1 (locked)
co error, line 16: can't find delta for revision 1.1
co aborted
ci shouldn't allow files to become checked in in such a way that they
can't be checked out. I had to extract some of them by hand..
-ken