If you get the following message during an svn+ssh transaction using Subclipse, The system cannot find the file specified. svn: Can't create tunnel: The system cannot find the file specified. You need to specify an ssh executable or equivalent. Modify the Subversion config file. On W!ndoz3 the file can be found in: C:\Documents and Settings\[user]\Application Data\Subversion\config In the [tunnels] section, see to it that it is not commented. Add / modify the following line: ssh = C:/Program Files/TortoiseSVN/bin/TortoisePlink.exe If you have Pageant running, you need not to specify the ssh key explicitly.