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