TortoiseSVN SSH Tunnel Setup

来源:互联网 发布:理财分红系统源码 编辑:程序博客网 时间:2024/05/18 18:19

1. Setup SSH client parameter for TortoiseSVN

 

Right click on the blank of the folder, go to TortoiseSVN->Settings->Network->SSH, find your SSH client here. Actually TortoiseSVNPlink is enough. If your depot has a specific port, put a parameter like "-P XXX" after the binary path of SSH client.

 

2. Checkout your project folder

 

Go to the folder you want to checkout your depot: right click on the blank, click "SVN Checkout...", fill the URL like:"svn+ssh://Username@domain/folder_if_applicable"

 

You are done.

原创粉丝点击