Re: Weird bug with directory deltification in 1.8.x

2015-05-05 Thread Stefan Fuhrmann
So, here my final report on the issue which has now an entry in our tracker: http://subversion.tigris.org/issues/show_bug.cgi?id=4577 Patches for /trunk, 1.9 and 1.8 are available; earlier versions are not affected. I'll add a more approachable description of the trigger conditions at the end of t

Re: Weird bug with directory deltification in 1.8.x

2015-04-29 Thread Roderich Schupp
On Wed, Apr 29, 2015 at 6:54 AM, Stefan Fuhrmann < stefan.fuhrm...@wandisco.com> wrote: > Fixed in r1676667. Details, regression test & backport tomorrow. > Thanks for the speedy fix. From the log message of r1676667 So, this fixes a data re-construction bug, not a repo corruption. > That's a g

Re: Weird bug with directory deltification in 1.8.x

2015-04-28 Thread Stefan Fuhrmann
On Tue, Apr 28, 2015 at 6:18 PM, Roderich Schupp wrote: > Hi, > > found in the wild, reproducible with this script: > > -- > [...] > > Notes: > - "svnadmin verify" does NOT report any errors > - indeed the output of "svnadmin dump" looks correct > - enable-dir-deltification is defini

Re: Weird bug with directory deltification in 1.8.x

2015-04-28 Thread Stefan Fuhrmann
On Tue, Apr 28, 2015 at 6:18 PM, Roderich Schupp wrote: > Hi, > > found in the wild, reproducible with this script: > Hi Roderich, Thanks for the report & reproduction recipe. I'll have a look at it over the next few days (currently travelling with a few hours to spare) and I already have a sus

Weird bug with directory deltification in 1.8.x

2015-04-28 Thread Roderich Schupp
Hi, found in the wild, reproducible with this script: -- # cleanup previous experiments rm -rf repo import url=file://$PWD/repo svnadmin create --compatible-version 1.8 repo cat > repo/db/fsfs.conf < foo.txt echo bar > bar.txt mkdir -p directory-with-a-longish-name svn im