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

Re: TortoiseSVN with SSH and other port than 22

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-05-11 08:44:23 CEST

JU wrote:
> Hi Stefan!
>
> Stefan Küng wrote:
>> JU wrote:
>>
>>> I've tried to use a different port (9022) than 22 for "svn+ssh" but it
>>> doesn't work.
>>> I'm using TortoiseSVN v1.3.3.6219 and added the following line to...
>>> TortoiseSVN --> Settings --> General --> "Subversion configuration file":
>>> ssh = $SVN_SSH ssh -p 9022
>> What's $SVN_SSH set to?
>
> See bottom of "Chapter 6. Server Configuration" or read the following copy of
> the documentation.
[snip]
> ====
>
> That line is predefined but commented out in the TortoiseSVN setup.
> I only added the "-p 9022" to it an removed the "#" in-front of the line to
> enable it.

You should always understand what a configuration really does instead of
just modifiying it: Windows doesn't know about '$VAR' env variables.
That notation is Linux specific. You have to use %VAR% on windows.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu May 11 08:44:37 2006

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

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