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

Re: Can ssh ...but Can't svn+ssh

From: Bob Proulx <bob_at_proulx.com>
Date: 2006-07-06 21:06:49 CEST

Graham Anderson wrote:
> Ok, that is a good clue :)
>
> robert$ ssh svn@www.mysite.com 'type svnserve'
> svn@www.mysite.com's password:
>
> bash: type: svnserve: not found

You need to determine why svnserve is not found. It looks from your
previous data that it *should* be found because it is installed in
/usr/local/bin and /usr/local/bin is in PATH. But it isn't in your
failing case. You will need to debug why.

> does any of this have to do with:
> http://subversion.tigris.org/faq.html#ssh-svnserve-location

Almost but not quite. That title looks like it should. But the
contents are more concerned about locking down ssh access. It should
work here too but it would prevent you using ssh for anything else on
the system. You could lock yourself out accidentally if you are not
careful.

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 6 21:08:56 2006

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.