Netbeans and SVN over SSH
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