📜 ⬆️ ⬇️

Configure TortoiseSVN + SSH

Now I want to tell you how to set up TortoiseSVN so that it works via SSH, I have a little experience in terms of settings, so please do not hit hard :)


Step 1

First, download:
TortoiseSVN: tortoisesvn.tigris.org
PuTTY: www.chiark.greenend.org.uk/~sgtatham/putty

Step 2

After everything is downloaded, we install Putty and TortoiseSVN, there should be no problems here.
')

Step 3

After installation, open Putty:
There we select Connection-> SSH-> Auth from the option branch and enter the path to the private key for authentication to the Private key file for authentication (rsa private key)
Step 3

Step 4

After we go to the Session branch and enter into the fields:
Host Name : username @ server address
Port : port
Protocol : SSH
Saved Session : the name of the session
The sign that you have set up the correct way is that you can connect ( Open button), do not forget to save the session.
Step 4

Step 5

Next PCM in any free space of any folder and select SVN Extract ... :
In the URL field in the repository, type something like this:
svn + ssh: // login @ session_name_in_putti / var / svn / test
in the Extract to the folder field we indicate where the current version will be extracted.
Step 5

Total

This is all you need to do, the main thing in the settings of the bug in the Network item is NOT to INDICATE the path to the SSH client.

Link to the English version of the manual, on which I did it for the first time

Source: https://habr.com/ru/post/30657/


All Articles