Setting Up svn+ssh for TortoiseSVN ================================== Author: Momchil Ivanov Date : 2014.03.04 Introduction ------------ This article describes how to setup access to subversion repositories over SSH using TortoiseSVN. Method ------ As repository URL use: svn+ssh://server/path/to/repo where "server" is the name of the putty session that you have setup. For more details on how to setup SSH access for subversion refer to [1]. References ---------- 1: Setting Up svn+ssh on Windows, M. Ivanov (2014)