You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by dharana <dh...@dharana.net> on 2003/05/31 13:05:40 UTC

Unable to connect throught svn://

Hello,

I've been using SVN on Debian for a long time now and I have never had 
the problem Im going to describe.

I've installed SVN on a RedHat 8.0 system from 0.23 source, RPM and 
latest trunk. I am unable to connect throught svn://localhost/ using 
svn-tunnel-agent = ssh.

The files /etc/subversion/servers, ~/.subversion/servers both contain

[global]
svn-tunnel-agent = ssh

SVN complains with:

Connection Refused.

I have 2 ethernet cards and they both have connection. Am I missing 
something?

Thank you,

-- 
dharana

www.4unrealers.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Unable to connect throught svn://

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Saturday, May 31, 2003, at 09:05 AM, dharana wrote:

> Hello,
>
> I've been using SVN on Debian for a long time now and I have never had 
> the problem Im going to describe.
>
> I've installed SVN on a RedHat 8.0 system from 0.23 source, RPM and 
> latest trunk. I am unable to connect throught svn://localhost/ using 
> svn-tunnel-agent = ssh.
>
> The files /etc/subversion/servers, ~/.subversion/servers both contain
>
> [global]
> svn-tunnel-agent = ssh
>
> SVN complains with:
>
> Connection Refused.

Read the CHANGES file from 0.23.0.  ra_svn's syntax for tunneling over 
ssh changed in this release, you now need to use a url like 
svn+ssh://foo/bar, and you no longer need to set svn-tunnel-agent in 
the severs file.

-garrett


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org