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 - Login problem for :ext: connection.
Summary: Login problem for :ext: connection.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-06 10:00 UTC by Peter Pis
Modified: 2007-01-04 17:14 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 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.