[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 4395 - in trunk/subversion: include mod_dav_svn tests/clients/cmdline libsvn_ra_dav

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-01-15 19:30:29 CET

sussman@tigris.org writes:
> Author: sussman
> Date: 2003-01-15 12:43:36 -0600 (Wed, 15 Jan 2003)
> New Revision: 4395
>
> Fix the critical part of issue #1017. Our DAV layer now refuses to
> delete out-of-date files or directories, assuming both ra_dav and
> mod_dav_svn have been upgraded to this change.

Yay!

> Modified: trunk/subversion/libsvn_ra_dav/commit.c
> ==============================================================================
> --- trunk/subversion/libsvn_ra_dav/commit.c (original)
> +++ trunk/subversion/libsvn_ra_dav/commit.c Wed Jan 15 12:43:42 2003
> @@ -134,6 +134,7 @@
>
> static svn_error_t * simple_request(svn_ra_session_t *ras, const char *method,
> const char *url, int *code,
> + apr_hash_t *extra_headers,
> int okay_1, int okay_2)
> {
> ne_request *req;

I realize none of the parameters were documented before this change,
but it might be nice to document this new parameter, just so it's
clear how it can be used (something tells me this isn't the last
"extra_header" we'll be using).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 15 20:16:33 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.