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

Re: 1.5 client can't connect to 1.4 svnserve

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 21 Mar 2008 20:48:32 +0100

Karl Fogel wrote:
> Stefan, you probably saw my mail just now saying that I can't reproduce
> this. But in IRC, Eric Gillespie had an interesting thought:
>
> <epg> re: svnserve connection refused: maybe 1.5 is trying ipv6 and
> then giving up?

Yep, seems that way.

file libsvn_ra_svn/client.c, function make_connection():
if APR_HAVE_IPV6 is defined, then only ipv6 connections are used. If
they fail, no ipv4 connection is tried before giving up.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-03-21 20:48:53 CET

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.