This post is very old. Please bear in mind that information here might be incorrect or obsolete, and links can be broken. If something seems wrong, please feel free to comment or contact me and I'll update the post.
If you are using Netbeans and you connect to your SVN server over SSH, you’ll get some “file not found error” if you try to access it from Netbeans.
In order to get it working, you need to have an application installed to create the SSH tunnel, like TortoisePlink which comes with TortoiseSVN. You have to set up an environment variable “SVN_SSH” with escaped backslashes pointing to it, for example by using the command line: > set SVN_SSH=C:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe
Related posts: