[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: Ben Collins-Sussman <sussman_at_gmail.com>
Date: 2007-11-26 17:07:41 CET

As we get ready to branch 1.5, perhaps we should ask Justin to release
a new "stable-ish" serf we can claim as a 1.5 dependency?

On Nov 26, 2007, at 9:02 AM, "Hyrum K. Wright" <hyrum_wright@mail.utexas.edu
> wrote:

> 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
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 26 17:08:05 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.