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

Re: Cannot access repository remotely (sort of)

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-11-19 19:44:34 CET

On Nov 19, 2005, at 04:02, John F. Schank III wrote:

> On the server I run svnserve --daemon --root=Path/To/Repos; Using
> my appropriate paths... svnserve is run as user=svn a restricted user.
>
> 1) If I try to access the repository ON the server using local host
> - it works
>
> 2) If I try to access the repository from a machine on my network,
> using my domain name, like so svn://www.schankopolis.com/Project,
> Then I get an error that says "svn: Can't connect to host
> 'www.schankopolis.com': Address already in use", but only after I
> hit ctrl-c to break out of the call. Otherwise it will just time out.
>
> 3) However!, if I use the bonjour name for the remote computer (we
> happen to be on the same subnet) as so: svn://cooper.local/Project
> it will work fine.

Can you confirm with nslookup or dig that www.schankopolis.com and
cooper.local do in fact resolve to the same IP address?

Does it work if you try accessing the repository with the IP address,
like svn ls svn://1.2.3.4/Project ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 19 19:46:04 2005

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.