Netbeans and SVN over SSH

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:

  1. SVN 1.5, TortoiseSVN 1.5 released

This entry was posted in Programming and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>