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

Re: "Error: Reading one svndiff window read beyond the end of the representation"

From: John Szakmeister <john_at_szakmeister.net>
Date: 2006-03-28 12:30:46 CEST

On Tuesday 28 March 2006 04:31, Jakob Langeland wrote:
> Hi!
>
> My repo seems to be damaged or something. Whenever I try to do either
> updates, checkouts, or commits I get hit by this error:
>
> "Error: Reading one svndiff window read beyond the end of the
> representation"
>
> I don't know what it means - a file problem on the repo?

It's likely a problem with the repo (files are just deltas inside the repo...
they aren't separate entities like CVS). Try running 'svnadmin verify' on
the repo. If it fails with the same sort of error, then you definitely have
a problem with the repository. Judging from the error, it appears that the
text representation has a length x, but when trying to read out the delta in
the repository, it tried to read x+1. IOW, it didn't see the end of the
delta, which probably means something is corrupted.

If you need help fixing your repository, shoot me an email off list and I'll
be happy to help.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 28 12:31:36 2006

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.