Re: svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/

2017-08-08 Thread Evgeny Kotkov
Daniel Shahaf writes: > We have a mix of options that depend on SVN_VER_MINOR and on > ffd->format. > > SVN_VER_MINOR: > [memcached-servers] > [caches] > [debug] > > ffd->format: > [rep-sharing] > [packed-revprops] > [io] > > both: > [deltification] -

Re: svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/

2017-08-04 Thread Daniel Shahaf
Evgeny Kotkov wrote on Thu, Aug 03, 2017 at 14:34:21 +0300: > Daniel Shahaf writes: > > > Hmm. My first instinct would be to make the availability of the > > 'compression' knob coupled, not with the format number but with > > SVN_VER_MINOR, so the rule would be "1.10

Re: svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/

2017-08-03 Thread Evgeny Kotkov
Daniel Shahaf writes: > Hmm. My first instinct would be to make the availability of the > 'compression' knob coupled, not with the format number but with > SVN_VER_MINOR, so the rule would be "1.10 recognises the 'compression' > knob if set; 1.9 ignores it". > > That

Re: svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/

2017-08-02 Thread Daniel Shahaf
Evgeny Kotkov wrote on Wed, Aug 02, 2017 at 15:25:33 +0300: > Daniel Shahaf writes: > > > The documentation implies that CONFIG_OPTION_COMPRESSION can be used > > regardless of the filesystem format, … > > > … but the code only reads CONFIG_OPTION_COMPRESSION in f8

Re: svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/

2017-08-01 Thread Daniel Shahaf
kot...@apache.org wrote on Tue, 01 Aug 2017 12:18 +: > Author: kotkov > Date: Tue Aug 1 12:18:23 2017 > New Revision: 1803639 > > URL: http://svn.apache.org/viewvc?rev=1803639=rev > Log: > fsfs: Introduce new 'compression' config option. > > This option allows explicitly specifying the

svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/main

2017-08-01 Thread kotkov
Author: kotkov Date: Tue Aug 1 12:18:23 2017 New Revision: 1803639 URL: http://svn.apache.org/viewvc?rev=1803639=rev Log: fsfs: Introduce new 'compression' config option. This option allows explicitly specifying the compression algorithm for format 8 repositories. It deprecates the previously