You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ulrice jardin <uj...@yahoo.com> on 2006/03/22 12:03:27 UTC

help using ssh

Hi,

when using a command explicitly refering to ssh, such as:
svn list svn+ssh://myhost/mysvnrepos
I'm asked my password normally and everything works ok.

However, for command not refering to ssh, such as:
svn commit myfile -m 'test'
I get the following message
svn: Can't connect to host '192.168.0.10': Connection refused

How can I specify that I'm using ssh in the second case?

Thanks in advance

Jul





		
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 

Re: help using ssh

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 22, 2006, at 13:03, ulrice jardin wrote:

> when using a command explicitly refering to ssh, such as:
> svn list svn+ssh://myhost/mysvnrepos
> I'm asked my password normally and everything works ok.
>
> However, for command not refering to ssh, such as:
> svn commit myfile -m 'test'
> I get the following message
> svn: Can't connect to host '192.168.0.10': Connection refused
>
> How can I specify that I'm using ssh in the second case?

"svn commit" and other working copy commands will use the URL stored  
in the working copy. You can determine what that is by running "svn  
info" in the working copy. If it's not what you want (for example,  
points to the repository on file:// or svn:// or http:// but you want  
svn+ssh://) then you can use "svn switch --relocate" to change it.



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