HowTo: Configure SVN on Windows
Tuesday, January 31st, 2006If you’re using the new Workspace panel with SVN enabled for your projects and your SVN tunnel requires svn+ssh, you need to make this patch in order to use the SVN feature correctly. (Probably you are receiving an error such as: “Can’t create tunnel”)
First download and install TortoiseSVN
Once installed open with a text editor the svn configuration file: “C:\Documents and Settings\{username}\Dati applicazioni\Subversion\config”
Find the section “[tunnels]” and add at the end of that section a new entry such as this one:
ssh = "C:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe"
Save the file and try again in SEPY to update of commit your files with SVN.. now it should work