[PATCH] Use svn_hash_gets() instead of apr_hash_get(APR_HASH_KEY_STRING)

2017-08-23 Thread Ivan Zhakov
Log message: [[[ * subversion/libsvn_fs_fs/stats.c * subversion/tests/libsvn_client/client-test.c * subversion/tests/libsvn_repos/repos-test.c * subversion/tests/libsvn_subr/stream-test.c * subversion/tests/libsvn_subr/translate-test.c * subversion/tests/libsvn_wc/conflict-data-test.c (): Include

Re: [PATCH] Reduce the amount of WriteFile() syscalls when writing to buffered files

2017-08-23 Thread Evgeny Kotkov
Evgeny Kotkov writes: > In the meanwhile, apparently, there is an oversight in the core V1 patch > (3-reduce-syscalls-for-buffered-writes-v1.patch.txt): > > If the buffer is not empty, and the caller issues a write with a chunk > that slightly exceeds the buffer size, for example, 4100 bytes, it

Re: svn commit: r1805627 - in /subversion/trunk/subversion/tests/cmdline: merge_tests.py merge_tree_conflict_tests.py stat_tests.py svntest/mergetrees.py tree_conflict_tests.py

2017-08-23 Thread Stefan Sperling
On Wed, Aug 23, 2017 at 04:09:55PM +, Daniel Shahaf wrote: > s...@apache.org wrote on Mon, 21 Aug 2017 12:49 +: > > Author: stsp > > Date: Mon Aug 21 12:49:42 2017 > > New Revision: 1805627 > > > > URL: http://svn.apache.org/viewvc?rev=1805627&view=rev > > Log: > > Follow-up to r1805620: F

Re: svn commit: r1805627 - in /subversion/trunk/subversion/tests/cmdline: merge_tests.py merge_tree_conflict_tests.py stat_tests.py svntest/mergetrees.py tree_conflict_tests.py

2017-08-23 Thread Daniel Shahaf
s...@apache.org wrote on Mon, 21 Aug 2017 12:49 +: > Author: stsp > Date: Mon Aug 21 12:49:42 2017 > New Revision: 1805627 > > URL: http://svn.apache.org/viewvc?rev=1805627&view=rev > Log: > Follow-up to r1805620: Fix test fallout. > > Some tests were implicitly relying on the fact that the -

Re: svn commit: r1805897 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2017-08-23 Thread Evgeny Kotkov
Stefan Sperling writes: > \o/ > > Can you please update the 1.10 release notes accordingly? Will do, thanks for the reminder. Regards, Evgeny Kotkov

Re: [RFC] Using LZ4 compression by default

2017-08-23 Thread Evgeny Kotkov
Stefan Sperling writes: >> With all that in mind, I propose that we do (2). Any objections? > > I want (2) as well. Thanks for doing this work, and for very clearly > and transparently describing the tradeoffs and our options. Johan Corveleyn writes: >> With all that in mind, I propose that w

Re: svn commit: r1805897 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2017-08-23 Thread Stefan Sperling
On Wed, Aug 23, 2017 at 02:16:15PM -, kot...@apache.org wrote: > Author: kotkov > Date: Wed Aug 23 14:16:15 2017 > New Revision: 1805897 > > URL: http://svn.apache.org/viewvc?rev=1805897&view=rev > Log: > fsfs: Make LZ4 the new default compression algorithm for all (new and > upgraded) format

Re: 'svn list --search' feature complete?

2017-08-23 Thread Johan Corveleyn
On Mon, Aug 21, 2017 at 8:14 PM, Daniel Shahaf wrote: > Julian Foad wrote on Mon, 21 Aug 2017 14:09 +0100: >> Also the search term seems to be required to match the entire path, so I >> need to write "co*" rather than just "co" to match "configure.ac". That >> is inconsistent with "svn log --searc