Applies To:
[ Zend Studio 5.x ]
[ Windows ]
Symptom
When trying to connect to SVN using SSH, this error shows up:
"svn: Can't create tunnel: The system cannot find the file specified"
Resolution / Workaround
- Download and install the TortoiseSVN client for Windows.
- Set the following environment variable by right-clicking on My Computer | Properties | Advanced | Environment Variables | New
- Variable name: SVN_SSH
- Variable value: C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe
in some versions you will need to set this value: - Variable value : C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe -ssh
- Reboot your PC.
- Launch ZDE again and try to connect using svn+ssh.
Excerpt: When trying to connect to SVN using SSH, this error shows up: "svn: Can't create tunnel: The system cannot find the file specified"
Original Post Date: 2009-04-13 19:28:40
Alternative Description:
SSH connection produces errors
Comments