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

Re: help using ssh

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-22 14:40:37 CET

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
Received on Wed Mar 22 14:41:47 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.