[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs2svn finds erroneous EOF

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-09-23 12:10:47 CEST

Mike Wynholds wrote:
> The following Python stack trace is occurring reproducibly on the same
> file when I attempt to translate our CVS repository.
>
> Does anyone have any thoughts on what is going on? Bug in cvs2svn?
> Corrupt files in the CVS repository? These files are able to checked
> out successfully with CVS.
>
> The file is attached.
>
> Thanks.
> ..mike..
>
> ---------------------------
> Traceback (most recent call last):
> File "./rcsparse/common.py", line 218, in parse_rcs_deltatext
> text, sym2, log, sym1 = self.ts.mget(4)
> File "./rcsparse/default.py", line 169, in mget
> result.append(self.get())
> File "./rcsparse/default.py", line 108, in get
> raise RuntimeError, 'EOF'
> RuntimeError: EOF

The RCS file is corrupt. It is truncated part-way through the text of rev
1.13. Revs 1.12 and earlier are totally missing.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 23 21:50:27 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.