Re: svnserve poor commit performance

2016-12-24 Thread Stefan Fuhrmann
On 2016-12-23 13:07 (+0100), Daniel Shahaf wrote: > Jakub Petr wrote on Thu, Dec 22, 2016 at 10:28:24 +0100: > > Why the "transmitting phase" should take so long? > > Usually it's because of virus scanners intercepting the disk operations > (opening/writing files). > > What makes you think the sl

Re: svnserve poor commit performance

2016-12-23 Thread Daniel Shahaf
Jakub Petr wrote on Thu, Dec 22, 2016 at 10:28:24 +0100: > Why the "transmitting phase" should take so long? Usually it's because of virus scanners intercepting the disk operations (opening/writing files). What makes you think the slowness is svnserve's fault? Is the commit faster over file:// t

svnserve poor commit performance

2016-12-22 Thread Jakub Petr
Hi, I am suprised by poor performance of svnserve and not sure how can I improve it. Test case I am on a Windows 10 laptop with i7 and SSD. (tested on Windows server too with similar performance) I am running both server and client on the laptop - so it doesn't go through the network.