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

Re: subversion/libsvn_ra_dav/util.c in release branch

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-05-13 07:31:18 CEST

Branko Čibej wrote:

>Michael Price wrote:
>
>
>
>>The signature for svn_ra_dav__parsed_request is different in the
>>0.22.2 release branch and HEAD. So the recent merge of trunk revision
>>5888 isn't correct. Would someone wise in the ways of ra_dav foo make
>>the appropriate changes to the release branch (or let me know what the
>>appropriate changes are)?
>>
>>
>
>I suggest just dropping revision 5888 from the release, or reverting the
>change to libsvn_ra_dav/util.c from the release branch. 5888 was just
>warning fixes; sorry for the confusion...
>
>
With the following patch to libsvn_ra_dav/util.c, both ra_local and
ra_dav tests pass on Windows. As far as I'm concerned, 0.22.2 is ready
to roll.

Index: subversion/libsvn_ra_dav/util.c
===================================================================
--- subversion/libsvn_ra_dav/util.c (revision 5903)
+++ subversion/libsvn_ra_dav/util.c (working copy)
@@ -305,11 +305,6 @@
   ne_xml_push_handler(success_parser, elements,
                        validate_cb, startelm_cb, endelm_cb, baton);

- /* if our caller is interested in having access to this parser, call
- the SET_PARSER callback with BATON. */
- if (set_parser != NULL)
- set_parser(success_parser, baton);
-
   /* create a parser to read the <D:error> response body */
   error_parser = ne_xml_create();
   ne_xml_push_handler(error_parser, error_elements, validate_error_elements,

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 13 07:32:07 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.