[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: <svnlgo_at_mobsol.be>
Date: 2007-11-23 12:11:57 CET

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:12:11 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.