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 37824 - Cvs Connect Manager Server type not sspi or ssh
Summary: Cvs Connect Manager Server type not sspi or ssh
Status: RESOLVED DUPLICATE of bug 92896
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker with 2 votes (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-07 18:16 UTC by rng5000
Modified: 2008-04-15 13:48 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rng5000 2003-12-07 18:16:01 UTC
I  recommend that the CVS Connection Manager and 
Client be able to communicate with a CVSNT server 
using  sspi, ssh, and gserver protocols.  Most of 
our developers connect to a CVSNT Server.  We are 
using CVSNT because its easier to maintain users 
and passwords are encrypted instead of clear-text 
when using pserver protocol.
Comment 1 lumi 2007-01-29 16:52:25 UTC
I'm working on several projects. Now i tried to use CVS in netbeans on one of my
projects and saw, that :ssh: protocol isn't supported. I now, that is similar to
use ext protocol and I used it n history. But with new version of WinCVS client
I use ssh protocol, because I don't need extra ssh client instalation.

*********** Exception occurred ************ at 5:01 PM on Jan 29, 2007
java.io.IOException: Cannot initialize stream source
	at
org.netbeans.modules.versioning.system.cvss.ui.actions.diff.DiffStreamSource.init(DiffStreamSource.java:120)
	at
org.netbeans.modules.versioning.system.cvss.ui.actions.diff.Setup.initSources(Setup.java:166)
[catch] at
org.netbeans.modules.versioning.system.cvss.ui.actions.diff.DiffMainPanel$DiffPrepareTask.run(DiffMainPanel.java:636)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Caused by: java.io.IOException: Unable to checkout revision 1.35 of build.xml.
	at
org.netbeans.modules.versioning.system.cvss.VersionsCache.checkoutRemoteFile(VersionsCache.java:232)
	at
org.netbeans.modules.versioning.system.cvss.VersionsCache.getRemoteFile(VersionsCache.java:101)
	at
org.netbeans.modules.versioning.system.cvss.ui.actions.diff.DiffStreamSource.init(DiffStreamSource.java:113)
	... 4 more
Caused by: java.lang.IllegalArgumentException: Unrecognized CVS Root:
:ssh:frvs@infra.cs.vsb.cz:/home/frvs/cvsroot
	at
org.netbeans.modules.versioning.system.cvss.ClientRuntime.setupConnection(ClientRuntime.java:343)
	at
org.netbeans.modules.versioning.system.cvss.ClientRuntime.createClient(ClientRuntime.java:252)
	at
org.netbeans.modules.versioning.system.cvss.ClientRuntime.createTask(ClientRuntime.java:116)
	at
org.netbeans.modules.versioning.system.cvss.CvsVersioningSystem.post(CvsVersioningSystem.java:211)
	at
org.netbeans.modules.versioning.system.cvss.ExecutorSupport.executeImpl(ExecutorSupport.java:142)
	at
org.netbeans.modules.versioning.system.cvss.ExecutorSupport.execute(ExecutorSupport.java:137)
	at
org.netbeans.modules.versioning.system.cvss.VersionsCache.checkoutRemoteFile(VersionsCache.java:222)
Comment 2 kate 2008-04-15 13:48:52 UTC

*** This issue has been marked as a duplicate of 92896 ***