Also, when I run svnadmin verify, I get this:
*svnadmin: Corrupt representation '54 15639745 1098147 2113536
7ce69b35ce9d74eac37901010cfb7c1f'*
*svnadmin: Malformed svndiff data in representation*
On Wed, Apr 1, 2009 at 11:55 AM, Robert Dailey <rcdailey_at_gmail.com> wrote:
> 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=1508895
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-01 18:59:55 CEST