Re: Can ssh ...but Can't svn+ssh
From: Bob Proulx <bob_at_proulx.com>
Date: 2006-07-01 04:03:38 CEST
Graham Anderson wrote:
What is PATH when you log into the remote system?
Assuming standard command shell syntax here this should be useful.
echo 'echo $PATH' | ssh -T www.mysite.com
> or
Best to avoid working as root. Usually working with svn does not
> but, I can not do the below:
You should use the ssh-agent to avoid needing to enter passwords here.
> root#: svn list svn+ssh://www.mysite.com/home/svn/repository/myproject/
After looking at the error message I think I can say with authority
Did check that it is installed on the remote system? Did you check
On my system I can verify that svnserve is found with the following:
echo 'type svnserve' | ssh -T svn.myexample.com
> Does my svnserve.conf file need to be modified in some way ?
The error indicates that svnserve is not being run at all yet.
Bob
---------------------------------------------------------------------
|
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.