Re: svn commit: r1716548 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 26 Nov 2015 13:46:39 +0000
"Bert Huijben" <bert_at_qqmail.nl> writes:
> It looks like BDB stores a 'base node-revision-id' in the transaction
Yes, and there is a difference between how BDB and FSFS allocate
svnadmin create empty
Load the empty dumpfile into FSFS and BDB:
svnadmin create fsfs
Look at the different node behaviour, for FSFS the empty revision
$ svnlook tree --show-ids -r0 fsfs
but for BDB the node-revision-id is unchanged:
$ svnlook tree --show-ids -r0 bdb
This only happens for some no-op editor drives, the propdel used to
I suppose one way to fix this would be to ensure that every BDB revision
-- Philip Martin WANdiscoReceived on 2015-11-26 14:46:53 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.