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 56998 - CVS: Next button in "Add versioned directory" is always disabled.
Summary: CVS: Next button in "Add versioned directory" is always disabled.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-03-25 14:14 UTC by Peter Pis
Modified: 2006-03-24 13:00 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-03-25 14:14:25 UTC
Product Version       = NetBeans IDE Dev (Build 200503242007)
Operating System      = Windows XP version 5.1 running on x86
Java; VM; Vendor      = 1.5.0_03; Java HotSpot(TM) Client VM 1.5.0_03-b05; Sun
Microsystems Inc.
Java Home             = d:\Java\jdk1.5.0_03\jre

Steps:
1. Invoke "Versioning | Versioning Manager" from main menu and push "Add..." button.
2. Select CVS profile.

Next button is always disabled.
Comment 1 Martin Entlicher 2005-03-25 17:50:01 UTC
It worked a while ago.
Comment 2 Martin Entlicher 2005-03-29 14:51:22 UTC
It's caused by the fix of issue #55870.
Comment 3 Martin Entlicher 2005-03-29 15:22:42 UTC
Fixed in trunk:

/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/wizard/mount/MountWizardIterator.java,v
 <--  MountWizardIterator.java
new revision: 1.21; previous revision: 1.20
Comment 4 Peter Pis 2005-03-30 13:15:09 UTC
Verified in NetBeans IDE Dev (Build 200503291800).