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

Re: svn commit: r28026 - trunk/subversion/libsvn_ra_serf

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-11-26 16:02:25 CET

kameshj@tigris.org wrote:
> Author: kameshj
> Date: Mon Nov 26 06:57:13 2007
> New Revision: 28026
>
> Log:
> Fix compilation error with old serf.

What is meant by "old serf"? Are there particular versions we need this
for?

Also, which versions of serf do we support/maintain compatibility for?
Is there a reason to support anything other than the latest version?

> * subversion/libsvn_ra_serf/propfind_buckets.c
> (): Include private/svn_dep_compat.h
>
>
> Modified:
> trunk/subversion/libsvn_ra_serf/propfind_buckets.c
>
> Modified: trunk/subversion/libsvn_ra_serf/propfind_buckets.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_ra_serf/propfind_buckets.c?pathrev=28026&r1=28025&r2=28026
> ==============================================================================
> --- trunk/subversion/libsvn_ra_serf/propfind_buckets.c (original)
> +++ trunk/subversion/libsvn_ra_serf/propfind_buckets.c Mon Nov 26 06:57:13 2007
> @@ -26,6 +26,7 @@
>
> #include <serf.h>
> #include <serf_bucket_util.h>
> +#include <private/svn_dep_compat.h>
>
> #include "ra_serf.h"
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
>
>

Received on Mon Nov 26 16:02:37 2007

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.