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

Re: Neon 0.24.x Support

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-09-12 23:35:56 CEST

On Tue, 12 Sep 2006, Garrett Rooney wrote:
...
> And for the curious, here's a patch. If there are no strong
> objections soon I'll likely just commit it.

+1, looks good. A couple very minor things:

...
> Index: subversion/libsvn_ra_dav/fetch.c
> ===================================================================
> --- subversion/libsvn_ra_dav/fetch.c (revision 21461)
> +++ subversion/libsvn_ra_dav/fetch.c (working copy)
...
> @@ -420,9 +415,7 @@
> ne_request *req;
> ne_decompress *decompress;
> svn_error_t *err;
> -#ifndef SVN_NEON_0_25
> int decompress_rv;
> -#endif /* ! SVN_NEON_0_25 */

The decl for decompress_rv should be removed, too.

...
> Index: subversion/libsvn_ra_dav/util.c
> ===================================================================
> --- subversion/libsvn_ra_dav/util.c (revision 21447)
> +++ subversion/libsvn_ra_dav/util.c (working copy)
...
> @@ -664,9 +653,7 @@
> ne_xml_parser *success_parser = NULL;
> ne_xml_parser *error_parser = NULL;
> int rv;
> -#ifndef SVN_NEON_0_25
> int decompress_rv;
> -#endif /* ! SVN_NEON_0_25 */

Ditto.

  • application/pgp-signature attachment: stored
Received on Tue Sep 12 23:39:13 2006

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.