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 63685

Summary: Login problem for :ext: connection.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Peter Pis 2005-09-06 10:00:30 UTC
Product Version       = NetBeans IDE Dev (Build 200509051800)
Operating System      = Windows XP version 5.1 running on x86
Java; VM; Vendor      = 1.5.0_04; Java HotSpot(TM) Client VM 1.5.0_04-b05; Sun
Microsystems Inc.
Java Home             = d:\Java\jdk1.5.0_04\jre

Steps:
1. Start NB.
2. Invoke "CVS | Check out..." action from main menu.
3. Use :ext: method access for CVSRoot. Setup valid user, but incorrect password.
4. Push "Next" button.

Process fails -> OK. But all buttons with the exception of "Cancel" button are
disabled. "Next" button is enabled only if "CVSRoot" field is being edited. But
it should be enabled also in the case "Password" field is changed.
Comment 1 Peter Pis 2005-09-07 14:41:55 UTC
Should be fixed for beta.
Comment 2 Maros Sandor 2005-09-07 15:24:04 UTC
Next is now enabled if user changes SSH password.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/wizards/RepositoryStep.java,v
 <--  RepositoryStep.java
new revision: 1.10; previous revision: 1.9
Comment 3 Peter Pis 2005-09-12 13:33:28 UTC
Verified.