Re: Upgrading visual svn server from 3.7.0 using svn 1.9.7 - how?

2020-10-05 Thread Pavel Lyalyakin
Hello Bo, Yes, your current VisualSVN Server version is linked with Subversion 1.9.7, and the most recent VisualSVN Server 4.2.2 is linked with Subversion 1.10.6. Thank you. On Mon, Oct 5, 2020 at 5:42 PM Bo Berglund wrote: > On Mon, 5 Oct 2020 11:59:53 +0300, Pavel Lyalyakin > wrote: > >

Re: SVN and webdav

2020-10-05 Thread Daniel Shahaf
Marek Manukjan wrote on Mon, 05 Oct 2020 10:00 +00:00: > I'm not an expert on SVN's HTTP protocol so I don't know if there is > another variant of the Commit command like there are two modes of > Update, but from apache's access log it seems that Commit is done as > one initial POST request,

Re: Upgrading visual svn server from 3.7.0 using svn 1.9.7 - how?

2020-10-05 Thread Bo Berglund
On Mon, 5 Oct 2020 11:59:53 +0300, Pavel Lyalyakin wrote: >Opening cmd.exe and simply running `svn --version` is an incorrect way to >find out the version of Subversion the server is built with. This will only >show the version of the svn.exe client and depending on your %PATH% >variable and

Re: SVN and webdav

2020-10-05 Thread Marek Manukjan
I'm not an expert on SVN's HTTP protocol so I don't know if there is another variant of the Commit command like there are two modes of Update, but from apache's access log it seems that Commit is done as one initial POST request, then each file is uploaded as separate PUT request, and the

Re: Upgrading visual svn server from 3.7.0 using svn 1.9.7 - how?

2020-10-05 Thread Pavel Lyalyakin
Hello, On Fri, Oct 2, 2020 at 7:24 PM Bo Berglund wrote: > We are using this setup: > - Main server is running on Windows Server 16 Standard using VisualSVN > version 3.7.0, which apparently uses svn 1.9.7 > Usually you just need to download and run the VisualSVN Server installer to upgrade

Re: Upgrading visual svn server from 3.7.0 using svn 1.9.7 - how?

2020-10-05 Thread Pavel Lyalyakin
Hello, See the download page which says that VisualSVN Server 4.2.2 [[[ Includes Apache Subversion 1.10.6. ]]] If you want to find out the version details of your currently installed server, use the VisualSVN Server Manager console or check the

Re: SVN and webdav

2020-10-05 Thread Wokash Wolsku
This is helpful, thank you, however, reading the links especially SVNAllowBulkUpdates talks of getting the tree. What directives control updates to the tree. The situation I face is that some clients have to up load large graphics files, and video, these will be one object and presumably

Re: SVN and webdav

2020-10-05 Thread Marek Manukjan
It depends on server and client configuration. See following configuration attributes - SVNAllowBulkUpdates (On, Off, Prefer) - Bulk update means that all files will be received in a single REPORT request - Non-bulk (Skelta) mode, used by default in newer clients, means

SVN and webdav

2020-10-05 Thread Wokash Wolsku
I am trying to use haproxy to rate control some svn clients which access the SVN repro via svn+https. Some monitoring has thrown up some questions. 1.When for example doing a checkout or commit of a large number of files is this implemented as * 1 https request or many * 1