Evgeny Kotkov <evgeny.kot...@visualsvn.com> writes: > Philip Martin <phi...@codematters.co.uk> writes: > >> That works as expected, but vary the cache size of the load process and >> it fails. The load succeeds with -M64 and smaller but fails with -M65 >> and larger: > > [...] > > Maybe this behavior could be related to the cache size threshold in svnadmin > that enables the block read feature in fsfs (currently set to 64 MB, as per > svnadmin.c:BLOCK_READ_CACHE_THRESHOLD).
Sounds plausible. Here is a simpler reproduction: svnadmin create repo svn -mm mkdir file://`pwd`/repo/subversion ^/subversion/trunk ^/subversion/branches svnadmin dump -r1 -M100 repo > /dev/null -- Philip