The server is probably listening on ipv6 only, this is a common problem
with the new svnserver on *BSD systems.
Add --listen-host=0.0.0.0 to the command line when you start svnserve,
that will force it to use ipv4.
David Weintraub wrote:
>On 6/17/05, Ron Gilbert <lists@rzweb.com> wrote:
>
>
>>I have been running subversion 1.1.3 for about a month with no
>>problems. I just upgraded to 1.2.0 and now I can't connect the the
>>server anymore. I am using svnserve on FreeBSD 5.4.
>>
>>When I try and connect, I get:
>>
>>svn: Can't connect to host 'xxxxxx.net': Connection refused
>>
>>
>
>I just upgraded my server from 1.1.3 to 1.2.0 with no problems.
>However, all of my clients are still on 1.1.3. (as soon as I get
>permission to be administrator on my machine, I'll upgrade my client
>to 1.2 and make sure that also works). I also use http and not svn as
>my protocol.
>
>Have you tried pinging the server? How about telneting to port 3690 on
>your server?
>
>That way, you can at least determine whether you can communicate with
>your server.
>
>--
>David Weintraub
>qazwart@gmail.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 19 06:19:45 2005