RE: "Decompression of svndiff data failed"
From: Chris Watson <cwatson_at_ptc.com>
Date: Tue, 31 Mar 2009 15:49:13 -0400
I just use a shell script:
REPO=$1
REV=$2
/opt/ptc/bin/fsfsverify.py -f
/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/bin/fsfsverify.py /opt/ptc/subversion/sets/$REPO/db/revs/$REV
done
From: Robert Dailey [mailto:rcdailey_at_gmail.com]
Any ideas on this guys? Sorry to rush but I *really* need to get this
On Mon, Mar 30, 2009 at 1:37 PM, Robert Dailey <rcdailey_at_gmail.com>
Actually no, the offset is not the same. The offset now is 16102919.
Why is this happening? Can't I tell fsfsverify to just fix *everything*
On Mon, Mar 30, 2009 at 3:39 AM, Watson, Chris <cwatson_at_ptc.com> wrote:
Is it the identical error? Or a minor variant? - e.g. is the offset
I find that I need to run fsfsverify multiple times to fix each error.
If it is the same error then you are pretty screwed. The only way that
Chris
From: void pointer [mailto:rcdailey_at_gmail.com]
On Fri, Mar 27, 2009 at 5:16 PM, Christian Unger
try this:
http://www.szakmeister.net/fsfsverify/
Thanks Christian.
I tried doing as you stated and I get the following when I run
Error InvalidCompressedStream: Invalid compressed instr stream at offset
Try running with -f to fix the revision
When I run it with -f, it says it fixed it and to run fsfsverify without
Am I completely screwed?
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.