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

Re: corrupted svn repository with “serialized hash missing terminator” error

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 05 Sep 2013 19:20:48 +0100

Nitin Bhide <nitinbhide_at_gmail.com> writes:

> Hi Stefan,
>
> Thanks for the hint. I tried the fsfsverify and fsfixer also. Both did not
> work. Looking back I think the problem started when I upgraded to from
> 1.7.x to 1.8.1.
>
> What exactly is 'serialized hash terminator' error ?

It means one of the repository files is corrupt. It could be a revision
files in db/revs or it could be a revprop file in db/revprops. A
serialized hash is a series of K/V pairs followed by END:

K 10
svn:author
V 2
pm
K 8
svn:date
V 27
2013-09-05T18:00:22.881511Z
K 7
svn:log
V 1
m
END

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2013-09-05 20:21:25 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.