Re: No lock on path '/foo.txt' in filesystem 'GUID' (160040) APR does not understand this error code

2017-08-22 Thread Stefan Hett
Hi Pavel, On 8/22/2017 5:44 PM, Pavel Lyalyakin wrote: Hello, It seems that I've reproduced a bug: 1. svn lock foo.txt 2. svn rename foo.txt bar.txt 3. svn commit -m MyCommit No errors or other symptoms on client side, but there is an error in Apache logs: [[[ No lock on path '/foo.txt' in fil

No lock on path '/foo.txt' in filesystem 'GUID' (160040) APR does not understand this error code

2017-08-22 Thread Pavel Lyalyakin
Hello, It seems that I've reproduced a bug: 1. svn lock foo.txt 2. svn rename foo.txt bar.txt 3. svn commit -m MyCommit No errors or other symptoms on client side, but there is an error in Apache logs: [[[ No lock on path '/foo.txt' in filesystem 'f8388469-131a-5745-bb04-c2e5033b8b08' (160040) AP

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

2017-08-22 Thread Evgeny Kotkov
Markus Schaber writes: > Hi, Evgeny, > > Great work, IMHO. Thank you :-) >> 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 filled, fl