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

Re: Error while updating

From: David Chapman <dcchapman_at_acm.org>
Date: Wed, 24 Apr 2013 00:20:22 -0700

On 4/23/2013 11:43 PM, Ajay Pawar wrote:
> Hi Thorsten,
>
> Thanks for your reply.
>
> SVN Admin verify is showing an error called Can't read end of file.
>
This means your repository was corrupted somehow. "svnadmin verify"
checks the integrity of the repository where all of your data is
stored. Thus it is a first step in diagnosing unusual error messages.
Perhaps there was a hardware failure on the machine or the disk drive.
It is also possible that the Visual SVN installation had a problem,
because error reports began soon afterward.

If only a small number of revisions within the repository were damaged,
then it is possible that only a subset of the Subversion "file system"
would fail to work. Thus not everyone would get error messages.

You should paste the entire "svnadmin verify" error message (after
removing anything site-specific, like host names, from the URLs) so
people can help you identify the location of the error and suggest
fixes. You are providing only partial information. In particular,
summarizing the error message is not as useful as pasting all of it.

A fix may be as simple as restoring individual revision files from a
backup (you do have backups of the repository, right?), but the
Subversion users list needs to know more about the problems you are having.

-- 
     David Chapman      dcchapman_at_acm.org
     Chapman Consulting -- San Jose, CA
     Software Development Done Right.
     www.chapman-consulting-sj.com
Received on 2013-04-24 09:39:09 CEST

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.