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

Re: Subversion on NetWare

From: NormW <normw_at_bocnet.com.au>
Date: 2005-01-26 23:22:25 CET

Garrett Rooney wrote:
>> --- ne_basic.h.orig Mon Apr 19 18:08:22 2004
>> +++ ne_basic.h Tue Apr 27 02:17:12 2004
>> @@ -23,6 +23,9 @@
>> #define NE_BASIC_H
>>
>> #include <sys/types.h> /* for time_t */
>> +#ifdef HAVE_TIME_H
>> +#include <time.h> /* for time_t */
>> +#endif
>>
>> #include "ne_request.h"
>> ------------------------------------------------
>> --- ne_utils.h.orig Mon Apr 19 18:08:22 2004
>> +++ ne_utils.h Fri Apr 30 11:35:04 2004
>> @@ -23,6 +23,9 @@
>> #define NE_UTILS_H
>>
>> #include <sys/types.h>
>> +#ifdef HAVE_TIME_H
>> +#include <time.h> /* for time_t */
>> +#endif
>>
>> #include <stdarg.h>
>> #include <stdio.h>
>
>
> These should be submitted to the Neon project, those files are not part
> of Subversion itself.
>
> -garrett
>
> .
>
Good morning Garrett,
Thanks for the feedback and will take these two up with the neon
project, but for the time being then, the patches submitted here will
need to be part of the total package, until such time as neon accepts
the changes and they become available in the neon version used by SVN.
The prebuild bat file presently installs these two patches but oviously
this can be removed once neon is suitably patched.

Norm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 26 23:20:23 2005

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.