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 178489 - svn+ssh error message
Summary: svn+ssh error message
Status: RESOLVED INVALID
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P1 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-11 09:16 UTC by j0d0nn
Modified: 2009-12-14 01:04 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 j0d0nn 2009-12-11 09:16:48 UTC
This worked fine in the 6.8 beta but fails in 6.8.

Whenever I try to do anything with Subversion in NB (updates, commits, refresh) I get the following error:

Undefined tunnel scheme 'ssh'

I'm using the svn+ssh:// protocol.  The SVN client I have installed is svn version 1.6.2.  I double checked that the SVN executable path is correct.
Comment 1 Ondrej Vrabec 2009-12-11 09:44:58 UTC
Could you check if you have the tunnel command correctly defined? Tools > Options > Miscellaneous > Versioning > Subversion, then click on Manage connection settings.
Then find the connection for your repository in the combobox and check that the tunnel command is correctly set (it should definitely not be empty, but something like 'ssh -l USERNAME'). Is it set properly?

When the command fails, look into ~/.netbeans/6.8/config/svn/config/config, the tunnel command should be listed in the [tunnels] section, if you have it correctly defined in the subversion Options tab in IDE. Is the command correctly set in the config file?
Comment 2 j0d0nn 2009-12-11 10:42:11 UTC
Ah!  Adding the ssh -l command fixed the issue.  Thanks.
Comment 3 Jaromir Uhrik 2009-12-14 01:04:42 UTC
Setting up the status properly as RESOLVED/INVALID.