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

Re: Building with 0.21.0 (and GCC 3.1)

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-06-02 02:09:22 CEST

On Sat, Jun 01, 2002 at 12:03:54AM -0400, Sergey A. Lipnevich wrote:
> This is my first post, thanks.
> I'm trying to build svn with neon 0.21.0. After doing all the renames
> and leaving out arg #3 for ne_uri_parse (patch attached for r1868),

Hi, this change in neon 0.20: (see the NEWS file)

 - if URI port is unspecified, ne_uri_parse sets port to 0 not -1.

means you have to adjust the default port handling in ra_dav/session.c
(I expect this is why your connections are failing). That code can
probably be simplified a little by using ne_uri_defaultport too.

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 2 04:02:00 2002

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.