orse way to achieve this...
> >
> > 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 config
on first reading that does not appear 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 Wol
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 in
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
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