Quantcast
Channel: AlferSoft Blog » Software Development
Viewing all articles
Browse latest Browse all 13

TortoiseSVN, non-standard SSH port, Network Error: Connection Refused

$
0
0

spongebob


Another reminder. TortoiseSVN, non-standard SSH port, Network Error: Connection Refused.

  • Edit C:\Users\user\AppData\Roaming\Subversion\config
  • Under [tunnels] section add:
    ssh = TortoisePlink.exe -v -P NNNN
    (where NNNN is the non-standard port)
  • Proceed to checkout your project normally using SVN+SSH, like svn+ssh://user@myserver:NNNN/svn/project

Viewing all articles
Browse latest Browse all 13

Trending Articles