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

Re: Issue when running svn server on windows, any help please?

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Sun, 28 Aug 2011 23:03:25 -0400

On Sat, Aug 27, 2011 at 4:50 PM, Roland Le Franc <roland.lefranc_at_free.fr> wrote:
> Dear All
>
> I've installed svn-win32-1.6.17 on my existing Apache 2.2.17 from WAMP x32
> on a Win7 x64 server, and it works quite ok locally, but not from a remote
> client.
> Is there any advice you guys can give me to help fix this problem?
>
> More specifically:
> - from the svn server PC, I can do svn operations to "localhost", or to
> "127.0.0.1", but not to "name-of-the-svn-server" (which is the same pc)
> - from a remote client PC, I can't do svn operations to
> "name-of-the-svn-server"

I assume you're using https://hostname/reponame/ or some other URL,
and "https://localhost/reponame/ works? Either your Apache is not
configured to serve the externally facing network ports with the
Subversion services, or the firewall is blocking traffic, or something
else is going on. What do your Apache logs say?

> Though, from the svn server PC, I can browse http://name-of-the-svn-server/,
> and I can also do it from the remote client PC.

"Browsing" is not quite the same as a Subversion checkout or
Subversion browsing. What does a robust SVN client like TortoiseSVN
show if you browse the repository? And since you're using HTTP and not
HTTPS, I assume this is a read-only repository on HTTP?

> I suspect it has something to do with IPv6 versus IPv4 nd SVN/Apache, no?
>
> Regards
> -Roland

Ohhh, have you set up IPv6 and maybe have a mixed IPv6/IPv4 stack?
somewhere in this?
Received on 2011-08-29 05:04:21 CEST

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.