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

Re: ra_svn over ssh broken.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-15 06:19:42 CEST

Michael Price <michael.price@acm.org> writes:
 
> Here is what I get trying to use the binary from a command line, first
> with the HEAD binary, then with the 0.22.2 binary:
>
> mixtim_at_taco ~> svn ls svn://localhost/home/mixtim/.repo/repo/d20
> svn: Connection refused
> svn: Can't connect to host 'localhost'

Didn't ghudson change the ra_svn syntax? Isn't it now

    svn+ssh://

? If so, your HEAD binary is probably *not* using ssh when you type a
plain old svn:// URL. It's trying to connect right to port 3690, but
no svnserve daemon is there.

> mixtim_at_taco ~> usr/bin/svn ls svn://localhost/home/mixtim/.repo/repo/d20
> tag/
> trunk/

The 0.22.2 binary is using ssh, so this works with your current
~/.subversion/servers file. You'll need to change the servers-file
syntax to keep using ssh with HEAD, I think.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 15 06:20:49 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.