Re: SVN and webdav

2020-10-05 Thread Daniel Shahaf
t; > > Thanks again. > > *From:* Marek Manukjan > > *Sent:* 05 October 2020 10:24 > > *To:* Wokash Wolsku > > *Cc:* users@subversion.apache.org > > *Subject:* Re: SVN and webdav > > > > It depends on server and client configuration. See following configuratio

Re: SVN and webdav

2020-10-05 Thread Marek Manukjan
ar to be > covered by the SVNAllowBulkUpdates. > > The KeepAlive seem also a corse way to achieve this... > > Thanks again. > -- > *From:* Marek Manukjan > *Sent:* 05 October 2020 10:24 > *To:* Wokash Wolsku > *Cc:* users@subver

Re: SVN and webdav

2020-10-05 Thread Wokash Wolsku
Subject: Re: SVN and webdav 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

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

Re: SVN + MacOSX WebDAV client - MKCOL returns 409

2015-06-15 Thread Philip Martin
Graham Leggett minf...@sharp.fm writes: Autoversioning is on: SVNParentPath /home/${HOST}/repo/svn SVNListParentPath on SVNAutoversioning on ModMimeUsePathInfo on When I try create a new folder via MacOSX, the client tries to use MKCOL to create a directory called “untitled

SVN + MacOSX WebDAV client - MKCOL returns 409

2015-06-14 Thread Graham Leggett
Hi all, I have an svn repository based on mod_dav_svn v1.7.19 that I am connecting to via the MacOSX Webdav client (10.10.3) and can browse the repo without a problem. Autoversioning is on: SVNParentPath /home/${HOST}/repo/svn SVNListParentPath on SVNAutoversioning on