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

Re: PATH_MAX problem

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-02-13 14:47:37 CET

Hi Pete,

Sorry about that, I checked it in yesterday. I should be able to fix it
properly, since I believe that APR already finds out the correct path
max value. Give me a few minutes.

On Tue, Feb 13, 2001 at 08:59:15AM -0500, pete collins wrote:
> My build broke this morning on FreeBSD. I think it is a makefile
> problem.
> Anyway, this hack got it to compile.
> I have no idea what the value is supposed to be.
>
> --pete
> Index: target.c
> ===================================================================
> RCS file: /cvs/subversion/subversion/libsvn_subr/target.c,v
> retrieving revision 1.1
> diff -u -r1.1 target.c
> --- target.c 2001/02/12 18:00:27 1.1
> +++ target.c 2001/02/13 13:30:43
> @@ -24,6 +24,8 @@
> #include "svn_path.h"
> #include "apr_file_info.h"
>
> +#define PATH_MAX 255
> +
>
> /*** Code. ***/
>

-- 
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson
kevin@pilch-bisson.net
http://www.pilch-bisson.net
PGP Public Key At http://pgp.pilch-bisson.net

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:22 2006

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.