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

Re: [TSVN] Specifying port number in URLs?

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-01-04 18:59:40 CET

Joseph Galbraith wrote:
> My SSH server runs on a non-standard port.
>
> I've tried the standard URL syntax for
> specifying a port:
>
> svn+ssh://user@host:port/path/to/my/repo
>
> but this doesn't seem to work.
>
> Is there a way to get this to work? Is this a
> stupid user issue, a subversion issue, or a
> Tortoise SVN issue?

You have to consult the docs of your SSH client on how to specify port
numbers. If you use svn+ssh://, the whole communication stuff (including
connecting to the server on a specific port) is done by the ssh client.
Neither Subversion nor TSVN can interfere there.
With svn://, specifying the port number would work - Subversion takes
care of that.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jan 4 19:01:29 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.