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

Re: Newbie Connection Problem :(

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-10-14 17:06:25 CEST

On 2004-10-14 09:06-0500, FAlviani@isac.org wrote:
> I issue the import command:
>
> svn import --username XXX --password YYY
> svn://192.168.1.200/svnroot/repos1/we/trunk -m "initial import"
>
...
>
> Can't connect to host '192.168.1.200': No connection could be made
> because the target machine actively refused it.
>

What do you see if you said:

$ telnet localhost 3690
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
Connection closed by foreign host.

on your server, and from your client (with servers ip of course)?

> What the heck am I doing wrong? The user that the svnserve process is
> running as has full privileges on the repository tree.

Do you have a firewall running on your linux box?
Try run:

# iptables -nvL
or
# ipchains -nvL

as root user.

BR, Jani

-- 
Jani Averbach 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 14 17:07:06 2004

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.