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

Re: Invalid prop-mod flag in rev-file

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-03-08 14:04:18 CET

Cory Grimster wrote:
> I've dug deeper and have found the offending node in the rev file:
>
> svnlook tree -r66 --show-ids /svnroot /sites/intranet
>
> ...
> catalog/ <krq.0.r66/33550254>
> svn: Malformed text rep offset line in node-rev
>
> That's referring to this section of the rev file, I think:
>
> id: krq.0.r66/33550254
> type: dir
> count: 0
> text: 66 33548492 1749 1749 39a7b28ert.t0dfee4650f283a4c4963
> cpath: /sites/intranet/packages/general-comments/catalog
> copyroot: 0 /
>
> The last item in the text: field looks like it should be a hex value.
> I'm pretty sure "t.t" doesn't belong there...
>
> Of course I have no idea where that value comes from, so I'm unsure how
> I can correct it.
>
> Any takers?

That's an md5sum. So "rt.t" certainly isn't valid.

Replacing the entire md5sum with all-zeros will act as a wildcard - that
might allow the dump to proceed a further. Obviously, make a backup before
conducting surgery.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 8 14:08:10 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.