Graham Anderson wrote:
> robert$ echo 'type svnserve' | ssh -T svn@www.mysite.com
> svn@www.mysite.com's password:
> svnserve is /usr/local/bin/svnserve
That looks okay. It is in your path and it is found at that time by
your shell on the remote machine. That part looks good.
> But, I CAN NOT use svn+ssh
> svn checkout svn+ssh://svn@www.mysite.com/home/svn/repository/myproject/trunk .
>
> With the above, I get:
> bash: svnserve: command not found
> subversion/libsvn_ra_svn/marshal.c:255: (apr_err=210002)
> svn: Connection closed unexpectedly
That does not make sense to me in conjuction with the first bit of
information. It complains that the program is not found but when we
try to look for it specifically it is found in /usr/local/bin just
fine. Those two pieces of information are in conflict. I don't know
how to reconcile those differences.
I am sorry but I don't know what to suggest at this point.
One last thing. Try this:
ssh svn@www.mysite.com 'type svnserve'
Bob
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 1 08:38:13 2006