This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 210551 - Undefined tunnel scheme 'ssh'
Summary: Undefined tunnel scheme 'ssh'
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 14:59 UTC by harryshepard
Modified: 2012-04-04 10:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description harryshepard 2012-04-02 14:59:30 UTC
I recently starting having an issue when doing updates and commits through netbeans. I get the following error message:

Undefined tunnel scheme 'ssh'

Now, I can fix this by editing the file:

C:\Users\hshepard\.netbeans\7.1\config\svn\config\config

Every single time I do an update or commit it sets the ssh variable to

ssh =

I edit this to

ssh = $SVN_SSH ssh -q

I do an update, it works, I do another update, Undefined tunnel scheme 'ssh' and I have to do and add in the $SVN_SSH ssh -q into the config file again, EVERY TIME. I don't now what the issue is here but it's clearly urgently in need of a fix
Comment 1 Ondrej Vrabec 2012-04-02 15:13:23 UTC
Look into Tools -> Options. Is the tunnel command defined in Miscellaneous -> Versioning -> Subversion -> Manage Connection Settings... under the proper connection? If not, fill in the tunnel command
Comment 2 Ondrej Vrabec 2012-04-03 08:42:40 UTC
fix: http://hg.netbeans.org/core-main/rev/f6cf7f1020dc
Comment 3 Quality Engineering 2012-04-04 10:12:08 UTC
Integrated into 'main-golden', will be available in build *201204040400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f6cf7f1020dc
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #210551 - Undefined tunnel scheme 'ssh'