You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Philip Martin (JIRA)" <ji...@apache.org> on 2018/03/15 13:13:00 UTC

[jira] [Created] (SVN-4725) svnadmin load error fsfs cache

Philip Martin created SVN-4725:
----------------------------------

             Summary: svnadmin load error fsfs cache
                 Key: SVN-4725
                 URL: https://issues.apache.org/jira/browse/SVN-4725
             Project: Subversion
          Issue Type: Bug
          Components: libsvn_fs_fs
    Affects Versions: 1.10.x
            Reporter: Philip Martin


The following load fails when the cache is at least -M65:
{noformat}
svnadmin create repo
svn -mm mkdir file://`pwd`/repo/subversion
svn -mm mkdir file://`pwd`/repo/subversion/trunk ^/subversion/branches
svn -mm mkdir file://`pwd`/repo/subversion/trunk/src
svnadmin create repo2
svnadmin dump -q repo | svnadmin load -q repo2 -M1000{noformat}
The error is

svnadmin: E140001: zlib (uncompress): corrupt data: Decompression of svndiff data failed

 

Dev list:

https://mail-archives.apache.org/mod_mbox/subversion-dev/201803.mbox/%3C87in9x7buc.fsf_-_%40codematters.co.uk%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)