Re: SVN and webdav

2020-10-05 Thread Daniel Shahaf
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

Re: SVN and webdav

2020-10-05 Thread Marek Manukjan
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

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 in

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