[The problem is that 1.34.54.1 appears only in the deltas (in the terminology of rcsfile(5)), not the deltatexts. CVS's behavior reading the file is similar to RCS's: $ cvs co -r 1.34 usecases.tei U ./usecases.tei $ cvs co -r 1.34.54.1 usecases.tei cvs [checkout aborted]: unexpected EOF reading RCS file /home/kingdon/tmp/root/usecases.tei,v The question is how the RCS file got to be that way. Presumably a CVS bug but will require more investigation to try to track down how to reproduce this or what would have caused it. Doesn't look like operating system/hardware/&c flakiness given what is wrong/right with the file. Do note that the file contains characters with the eighth bit set so this could be related to the 1998-12-23 fix to src/*.c involving ctype.h calls (this is unconfirmed, I haven't thought much about whether it could explain this symptom). I've mirrored the ,v file at http://www.cyclic.com/cvs/dev-eof-v.txt -kingdon] To: bug-cvs@gnu.org Subject: unexpected EOF reading RCS file From: Andrey V Khavryutchenko Date: 09 Apr 1999 18:07:11 +0300 Hi! I'm getting this kind of errors time to time. That's what happened just now: RCS file: /usr/local/src/cvsroot/akhavr/casino/doc/usecases.tei,v retrieving revision 1.34 retrieving revision 1.34.54.1 cvs [update aborted]: unexpected EOF reading RCS file /usr/local/src/cvsroot/akhavr/casino/doc/usecases.tei,v $ cvs --version Concurrent Versions System (CVS) 1.10.3 (client/server) Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS Trying to retrieve versions 1.34.54.1 manually failed: $ co -r1.34 usecases.tei usecases.tei,v --> usecases.tei revision 1.34 done $ co -r1.34.54.1 usecases.tei usecases.tei,v --> usecases.tei revision 1.34.54.1 co: usecases.tei,v:6341: can't find delta for revision 1.34.54.1 co aborted The file is availalable at http://www.kbi.kiev.ua/~akhavr/usecases.tei,v -- SY, Andrey V Khavryutchenko http://www.kbi.kiev.ua/~akhavr Shick's Law: There is no problem a good miracle can't solve.