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

RE: [BUG] svn 1.2.x cannot reach dual-stack svnserve with IPv4

From: <postmaster_at_tigris.org>
Date: Fri, 23 Jan 2009 04:29:13 -0800 (PST)

Hi,

I am just upgrading to Vista 64, downloadet the latest subversion and immediately ran into this issue. This seems to affect all installations on Vista, doesn't it? Hopefully there is soon a fix available. It took me two evenings to figure out what's wrong as the symptoms are really weird.

What i do not understand... I would have no issue if the client could understand IPv6 as well. But it seems that the server binds only to IPv6 and the client can only connect using IPv4. Is this another restriction?

My symptoms on Vista are:
netstat -a on server only shows a binding of the subversion (port 3690)to an IPV6 address.
svn client can't connect (the remote machine actively refuses connection)
telnet on svn:<machine> 3690 works fine
Typing http://<machine>:3690 works fine
(Because telnet and Firefox can talk IPv6)

Workaround (Thank You for publishing this information) start server with command line option --listen-port <numeric IP> for example
svnserve.exe -d -r c:\mysvn --listen-port 192.168.178.26 Check then that netstat -a shows a binding of the port to the IPv4 issue. Clients should work then again.

So hopefully there is a soon a fix availaible. This is a severe issue.

Jens

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1044772

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-23 17:02:24 CET

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.