On Wed, Dec 05, 2012 at 08:54:05PM -0000, lgo_at_apache.org wrote:
> Author: lgo
> Date: Wed Dec 5 20:54:03 2012
> New Revision: 1417642
>
> URL: http://svn.apache.org/viewvc?rev=1417642&view=rev
> Log:
> Add a bulk-updates option to the global and per-server section in servers.
> This allows a user to disable the default skelta mode of ra_serf back to bulk
> update mode.
> Modified: subversion/trunk/subversion/libsvn_subr/config_file.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/config_file.c?rev=1417642&r1=1417641&r2=1417642&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_subr/config_file.c (original)
> +++ subversion/trunk/subversion/libsvn_subr/config_file.c Wed Dec 5 20:54:03 2012
> @@ -807,6 +807,10 @@ svn_config_ensure(const char *config_dir
> "### http-library Which library to use for http/https"
> NL
> "### connections." NL
> + "### bulk_updates Whether to request bulk update" NL
> + "### responses, or fetch each file in "
> + NL
> + "### an individual request. " NL
I doubt anyone who isn't subscribed to dev@ will understand what
this option is doing.
Can you please extend this comment to explain to mortals what the
effect of turning bulk updates on or off is? Or at least link to
an existing document that explains this?
Also, the comment doesn't make clear that this option only pertains
to HTTP clients.
Received on 2012-12-07 00:30:27 CET