On Thu, Jun 16, 2016 at 11:49:32AM +0200, Sander Smeenk wrote: > Quoting Stefan Sperling (s...@elego.de): > > Can you run 'svnadmin info' (exists as of 1.9) on the old (non-upgraded) > > repository and show the output? That will give us details about its format. > > The output is as follows: > > | % svnadmin info foo > | Path: foo > | UUID: d7ac1088-da18-0410-849e-888fbd42cb43 > | Repository Format: 3 > | Compatible With Version: 1.1.0 > | Filesystem Type: fsfs > | Filesystem Format: 1 > | FSFS Sharded: no > | FSFS Logical Addressing: yes > | Configuration File: foo/db/fsfs.conf > > Indeed it lists Logical Addressing 'yes'.
Has this repository been touched by 1.9 'svnadmin upgrade'? Or is this a pristine format 1 repository which you created with Subversion 1.1.0 and never upgraded since? In either case, I believe the above is not valid. Logical addressing should only be enabled for "Filesystem format: 7" repositories, as far as I know. Stefan2 (now in Cc), any ideas what could be going wrong here?