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

Re: "Decompression of svndiff data failed"

From: void pointer <rcdailey_at_gmail.com>
Date: Wed, 1 Apr 2009 11:55:14 -0500

Weird, now I'm getting this:
Traceback (most recent call last):
  File "./fsfsverify.py", line 1134, in <module>
    options.dumpWindows)
  File "./fsfsverify.py", line 571, in verify
    svndiff = Svndiff(f, self.length)
  File "./fsfsverify.py", line 461, in __init__
    (self.startingOffset)
__main__.InvalidSvndiffHeader: Invalid svndiff header at offset 15639751

I got this when I was running the fsfsverify.py script without the -f
switch.

On Tue, Mar 31, 2009 at 2:49 PM, Watson, Chris <cwatson_at_ptc.com> wrote:

> I just use a shell script:
>
>
>
> REPO=$1
>
> REV=$2
>
>
>
> /opt/ptc/bin/fsfsverify.py -f /opt/ptc/subversion/sets/$REPO/db/revs/$REV
>
> /opt/ptc/bin/fsfsverify.py /opt/ptc/subversion/sets/$REPO/db/revs/$REV
>
> until [ $? -eq 0 ]
>
> do
>
> /opt/ptc/bin/fsfsverify.py -f /opt/ptc/subversion/sets/$REPO/db/revs/$REV
>
> /opt/ptc/bin/fsfsverify.py /opt/ptc/subversion/sets/$REPO/db/revs/$REV
>
> done
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1508866

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-01 18:56:14 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.