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