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

Re: Subversion and FreeBSD permission problems

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 24 Mar 2008 01:42:29 +0100

On Sun, Mar 23, 2008 at 11:06:09PM +0000, Darrell Blake wrote:
> My make_connection() function in client.c looks like the below, which
> is correct as of the patch. Excuse the lack of indentation but I was
> in a hurry to see if it worked =o)

It's a bit hard this way for others to see if you applied the change
correctly. I took the time to re-indent your code and compare it to
a 1.4.x backport I did myself. Turns out your code looks OK.

> I can't help but think it's something to do with permissions.

You don't mean filesystem permissions, but firewall configuration, right?

> I've just tried to do an SVN checkout using TortoiseSVN on
> svn://192.168.0.10/TestProject on an external windows box and I just
> get the error "Error: Can't connect to host '192.168.0.10': No
> connection could be made because the target machine actively refused
> it."

This seems to be a different problem than the one the patch I
proposed is addressing, since you are specifing an IP address
explicitely.

Looking back in the tread, I just realised you also specified an IP
address the first time around (127.0.0.1 instead of localhost),
so I was actually misleading you by proposing the patch, which
fixes a problem related to specifying a hostname, not an IP.

Sorry, I should have read your mail more carefully. :(

You might want to check the firewall configuration on the machine you
are trying to connect to, and verify that svnserve is really running
on the server, and listening on the default port (3690 I believe).

-- 
Stefan Sperling <stsp_at_elego.de>                 Software Developer
elego Software Solutions GmbH                            HRB 77719
Gustav-Meyer-Allee 25, Gebaeude 12        Tel:  +49 30 23 45 86 96 
13355 Berlin                              Fax:  +49 30 23 45 86 95
http://www.elego.de                 Geschaeftsfuehrer: Olaf Wagner

  • application/pgp-signature attachment: stored
Received on 2008-03-24 01:42:53 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.