subclipse with svn+ssh solution
From: Alexandre Quesnel <alexandre.quesnel_at_mail.mcgill.ca>
Date: 2005-08-06 09:45:00 CEST
I'm using subclipse 0.9.32 on windows and I was having lots of trouble
I got the solution from Tim on the subversion mailing list
First of all the problem is characterised by getting the following message
The system cannot find the file specified.
The solution to this is to tell svn where it can find the ssh executable. To
C:\Documents and Settings\[user_name]\Application Data\Subversion\config
In this file there are sections one of which is [tunnels] . Make sure this
ssh = [path_to_ssh_client]
for example I use:
ssh = D:/TortoiseSVN/bin/TortoisePlink.exe
I find the tortisesvn version of plink better than the original version of
http://silenceisdefeat.org/wiki/index.php/SSH_Key_Authentication
for a pretty good howto. The steps are pretty simple: generate the keys,
ssh = [path_to_ssh_client] -2 -i [path_to_private_key_file]
for example I use:
ssh = D:/TortoiseSVN/bin/TortoisePlink.exe -2 -i
The -2 is because I need to force the use of ssh version 2 from generating a
Hope you found this helpful.
Alex
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.