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

Re: Checksum mismatch

From: Rick Apichairuk <rapichai_at_gmail.com>
Date: 2005-03-20 21:09:11 CET

I also tried 'svnadmin dump /path/to/my/repository' and received the
following error:

[ root@www ] $ svnadmin dump myrepository
SVN-fs-dump-format-version: 2

UUID: 505fce61-aae7-0310-9a95-97397360eba7

Revision-number: 0
Prop-content-length: 56
Content-length: 56

K 8
svn:date
V 27
2004-10-30T13:45:01.503542Z
PROPS-END

* Dumped revision 0.
Revision-number: 1
Prop-content-length: 138
Content-length: 138

K 7
svn:log
V 39
Initial import of myproject project
K 10
svn:author
V 4
root
K 8
svn:date
V 27
2004-10-30T13:45:04.254443Z
PROPS-END

svn: Checksum mismatch on rep '0':
   expected: 288dc2217964c3cd0c8ac3449c091e87
     actual: 1f1ab77ea562128cfc91f6bc764731e6

[ root@www ] $

Any ideas on how I can recover from this situation?

Thanks,

Rick

On Sat, 19 Mar 2005 22:44:37 -0500, Rick Apichairuk <rapichai@gmail.com> wrote:
> I recently got an error while using subversion.
>
> This first happened when I tried to commit a change.
>
> [ user@machine ] svn commit -m "changed menu items" sidenav.html
> Sending sidenav.html
> Transmitting file data .svn: Commit failed (details follow):
> svn: Checksum mismatch for resulting fulltext
> (/trunk/htdocs/secure/sidenav.html):
> expected checksum: 3fb87063c392591bb1aac42ab7cc0210
> actual checksum: d67a322cc96601869559e432f89cd6a1
>
> svn: Your commit message was left in a temporary file:
> svn: '/data/projects/logicmerc.com/trunk/htdocs/secure/svn-commit.2.tmp
>
> I tried searching for internet for information on this type of error
> and found a couple of threads on the subversion mailing lists. One of
> the threads contained a recommendation to use svnadmin verify...
>
> [ user@machine ] $ svnadmin verify /path/to/my/repository
> * Verified revision 0.
> svn: Checksum mismatch on rep '0':
> expected: 288dc2217964c3cd0c8ac3449c091e87
> actual: 1f1ab77ea562128cfc91f6bc764731e6
>
> It seems like the repository is corrupted at revision 0.
>
> 1. What causes this error and why does it happen?
> 2. Can I prevent it from happening again?
> 3. Is there anyway for me to recover from this situation?
>
> Thanks,
>
> Rick
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 20 21:11:51 2005

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.