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

2017-08-21 Thread Markus Schaber
Hi, Evgeny, Great work, IMHO. From: Evgeny Kotkov [mailto:evgeny.kot...@visualsvn.com] > This patch series reduces the amount of syscalls in such situations by > performing a single WriteFile() call without any buffering, if possible. > If some data is already buffered, then the buffer is first

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

2017-08-21 Thread Daniel Shahaf
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 --search" which looks for the pattern as a > substring even when ma

Re: Idea: water...@subversion.apache.org mailing list

2017-08-21 Thread Daniel Shahaf
Julian Foad wrote on Mon, 21 Aug 2017 12:48 +0100: > I have heard it said that it works best to designate a mailing > list/channel/group for a given *topic* rather than for a given set of > *people*. Perhaps you could re-frame your idea in those terms? Certainly. In this specific case, the idea w

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

2017-08-21 Thread Evgeny Kotkov
Hi everyone, Currently, apr_file_write() can cause an excessive amount of syscalls for buffered files on Windows in some situations. This happens because for buffered files, writing is implemented with a loop that keeps copying the data to the internal 4KB buffer and writing the contents of this

Re: Idea: water...@subversion.apache.org mailing list

2017-08-21 Thread Johan Corveleyn
On Mon, Aug 21, 2017 at 1:48 PM, Julian Foad wrote: > Daniel Shahaf wrote: >> Would it be useful to have a mailing list dedicated for communications >> between us (upstream developers) and various downstream packagers and >> distributors? >> >> I suppose this basically boils down to whether downst

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

2017-08-21 Thread Julian Foad
Julian Foad wrote: > Quickly trying it out, I notice a bug. Matching is, presumably, I hope, > intended to be case-insensitive, consistent with 'svn log --search'. It > doesn't work properly: it seems not to match filenames containing > upper-case characters: > > $ svn list | grep -i "^co" > COMMI

Re: 'svn list --search' feature complete? (was: re: conflict resolver status update (roll 1.10.0 alpha 1?)

2017-08-21 Thread Julian Foad
Johan Corveleyn wrote: > On Sun, Jan 29, 2017 at 10:35 AM, Stefan Fuhrmann wrote: >> Originally, I wanted to complete the get_list API before the alpha >> release but I can't make any commitments. So, it is probably better >> to roll the alpha with whatever is on /trunk at that time. > > Is the

Re: Idea: water...@subversion.apache.org mailing list

2017-08-21 Thread Julian Foad
Daniel Shahaf wrote: > Would it be useful to have a mailing list dedicated for communications > between us (upstream developers) and various downstream packagers and > distributors? > > I suppose this basically boils down to whether downstream > packagers/distributors are happy to follow this list