svnserve
Submitted by Bram Schoenmakers on 23 November, 2007 - 12:05.
By default, when you start the SVN server, svnserve, it listens on a port via the IPv6 protocol. This means you cannot connect to the server when approaching it with a xxx.xxx.xxx.xxx (IPv4) address.
You can solve this by adding the following parameter to the svnserve call:
# svnserve --listen-host 0.0.0.0
You should supply this in the configuration file taking care of starting svnserve.