Problem using svn+ssh for non-standard port for ssh
From: Tony K. <tony.kruse_at_gmail.com>
Date: 2006-09-08 03:11:54 CEST
I have my ssh port set at XXXX, and have been connecting to it with
$ svn checkout svn+ssh://example.com:XXXX/path/to/repository/project/trunk
ssh: example.com:XXXX: Name or service not known
However, if I set my port back to 22, I am successfull using the following...
svn checkout svn+ssh://example.com/path/to/repository/project/trunk project
I have also tried the following without success...
$ svn checkout svn+ssh://me@example.com:XXXX/path/to/repository/project/trunk
$ svn checkout --username me
---------------------------------------------------------------------
|
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.