Performing SVN operations within Netbeans - 8.0.2, but version is not relevant - such as 'Show annotations', or 'Search History', with the built-in clients such as CLI, JavaHL or SvnKit, connecting to a remote repository via svn+ssh, and an ssh tunnel - configured in .ssh/config - I get a connection error from Netbeans, but not when I do SVN operations from Terminal. I'm using OS X.
The tunnels are setup correctly in ~/.ssh/config
because I can perform SVN operations, that go to the remote repository, such as checkout, blame, log, on the command line via terminal, but when I try to show annotations in Netbeans, I get the connection failure.
The error I'm getting from Netbeans is
org.apache.subversion.javahl.ClientException: E210002: There was a problem while connecting to [URL] on port 22
I have tried some suggestions from the Netbeans Subversion SSH FAQ, but it has not solved my problem entirely.
Namely I tried editing ~/.subversion/config
and changing the default line of ssh = $SVN_SSH ssh
to ssh = $SVN_SSH ssh -q
, since the server I'm connecting to returns a banner, and restarted Netbeans, but I get the same error.