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

Re: svn commit: r27985 - in trunk/subversion: include/private libsvn_ra_serf

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-11-23 12:15:51 CET

Hi Lgo,

<snip from my working copy>
[kamesh@kamesh pure_trunk]$ /home/kamesh/pure_trunk-neon/bin/svn info serf
Path: serf
URL: http://serf.googlecode.com/svn/tags/0.1.0
Repository Root: http://serf.googlecode.com/svn
Repository UUID: 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Revision: 1099
Node Kind: directory
Schedule: normal
Last Changed Author: justin.erenkrantz
Last Changed Rev: 1087
Last Changed Date: 2006-12-15 10:25:02 +0530 (Fri, 15 Dec 2006)
Properties Last Updated: 2006-12-31 19:40:51 +0530 (Sun, 31 Dec 2006)
</snip>

With regards
Kamesh Jayachandran
svnlgo@mobsol.be wrote:
> Quoting kameshj@tigris.org:
>
>
>> Author: kameshj
>> Date: Fri Nov 23 02:13:01 2007
>> New Revision: 27985
>>
>> Log:
>> Fix compilation error with old serf.
>>
>
> Hey Kamesh,
>
> what do you mean with 'old serf'? Is that serf versions older than 0.1.2?
>
> Lieven
>
>
>> * subversion/include/private/svn_dep_compat.h
>> (): Change the idempotency guard to 'SVN_DEP_COMPAT_H' from 'SVN_COMPAT_H'.
>>
>> * subversion/libsvn_ra_serf/serf.c
>> (): Include private/svn_dep_compat.h
>>
>>
>> Modified:
>> trunk/subversion/include/private/svn_dep_compat.h
>> trunk/subversion/libsvn_ra_serf/serf.c
>>
>> Modified: trunk/subversion/include/private/svn_dep_compat.h
>> URL:
>>
>>
> http://svn.collab.net/viewvc/svn/trunk/subversion/include/private/svn_dep_compat.h?pathrev=27985&r1=27984&r2=27985
>
>> ==============================================================================
>> --- trunk/subversion/include/private/svn_dep_compat.h (original)
>> +++ trunk/subversion/include/private/svn_dep_compat.h Fri Nov 23 02:13:01
>> 2007
>> @@ -20,8 +20,8 @@
>> * @since New in 1.5.0.
>> */
>>
>> -#ifndef SVN_COMPAT_H
>> -#define SVN_COMPAT_H
>> +#ifndef SVN_DEP_COMPAT_H
>> +#define SVN_DEP_COMPAT_H
>>
>> #include <apr_version.h>
>>
>> @@ -73,4 +73,4 @@
>> }
>> #endif /* __cplusplus */
>>
>> -#endif /* SVN_COMPAT_H */
>> +#endif /* SVN_DEP_COMPAT_H */
>>
>> Modified: trunk/subversion/libsvn_ra_serf/serf.c
>> URL:
>>
>>
> http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_ra_serf/serf.c?pathrev=27985&r1=27984&r2=27985
>
>> ==============================================================================
>> --- trunk/subversion/libsvn_ra_serf/serf.c (original)
>> +++ trunk/subversion/libsvn_ra_serf/serf.c Fri Nov 23 02:13:01 2007
>> @@ -39,6 +39,7 @@
>> #include "svn_time.h"
>>
>> #include "private/svn_dav_protocol.h"
>> +#include "private/svn_dep_compat.h"
>> #include "svn_private_config.h"
>>
>> #include "ra_serf.h"
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: svn-help@subversion.tigris.org
>>
>>
>>
>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 23 12:15:31 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.