Hi Lieven!
On Fri, Mar 16, 2007 at 08:54:05PM +0100, Lieven Govaerts wrote:
> Thomas Klausner wrote:
> > Hi!
> >
> > With subversion-1.4.3, I tried the following
> > # svn co svn://sesame.csx.cam.ac.uk/pcre/code/trunk pcre
> >
> > svn: Can't connect to host 'sesame.csx.cam.ac.uk': No route to host
> > # host sesame.csx.cam.ac.uk
> > sesame.csx.cam.ac.uk has address 131.111.8.41
> > sesame.csx.cam.ac.uk has IPv6 address 2001:630:200:8080:20e:cff:fe09:a58a
> > sesame.csx.cam.ac.uk mail is handled by 7 sesame.csx.cam.ac.uk.
> > # svn co svn://131.111.8.41/pcre/code/trunk pcre
> > (works)
> >
> > The host from which I tried is a NetBSD-4.99.13/amd64, which doesn't
> > have IPv6 connectivity. My guess is that subversion only tries the
> > IPv6 address, finds no connectivity, and gives up. If that's the
> > problem, I think that subversion should try all the addresses, not
> > only one of them.
> >
> > Or is something else wrong?
> >
> Thomas,
> can you check if your problem is related to issue 2382:
> http://subversion.tigris.org/issues/show_bug.cgi?id=2382 ?
> The issue is pointing to an email thread (at
> http://svn.haxx.se/dev/archive-2005-07/0700.shtml) which resembles
> pretty much your report, so you might want to try the patch in that
> issue and see if solves your problem. The patch is more than a year old,
> so I doubt it'll be easy to apply it.
Actually, it both applied easily and did fix my problem.
I've attached the version that applies cleanly against 1.4.4 (not
updating the copyright year).
Could you please make sure it gets into the next release?
Thanks,
Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 21 23:07:42 2007