IPv6 URL support in SVN? v1.8.4 works with IPv4, not with IPv6
From: <darx_at_sent.com>
Date: Sat, 02 Nov 2013 10:48:04 -0700
With my resolvers set to IPv6
cat /etc/resolv.conf
lookups work
dig A www.nlnetlabs.nl +short
git, e.g., works
git clone git://git.varnish-cache.org/varnish-cache varnish-test
in short, 'everything' IPv6 works here ... except for subversion,
svn co http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/
reading @
@
IPv6 support is (?) in svn v>1.8
checking locally
svn --version
so, upgrading to
svn --version
retrying with new version still fails,
svn co http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/
changing resolvers to IPv4
cat /etc/resolv.conf
now, retrying works
svn co http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/
clearly, IPv4 usage in svn works; IPv6 doesn't. At least -- here.
reading CHANGES, and poking around in upstream sources, it's not clear
IS there full IPv6 support in svn?
darx
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.