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 61114 - VCS Generic and CVSLite shouldn't be enabled together.
Summary: VCS Generic and CVSLite shouldn't be enabled together.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-19 14:01 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-07-19 14:01:21 UTC
Product Version       = NetBeans IDE Dev (Build 200507181000)
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
System Locale; Encod. = en_GB (nb); Cp1252

Steps:
1. Start NB.
2. Install cvslite support for NB (VCS generic is disabled immediately). OK.
3. Invoke "Tools | Options | IDE Configuration | System | Modules | Version
Control" and check checkbox.

VCS Generic is enabled again. After checking VCS Generic support CVS lite should
be disabled.
Comment 1 Maros Sandor 2005-07-20 15:24:02 UTC
Everytime VCSgeneric gets enabled, CVS lite disables itself.

/cvs/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ModuleLifecycleManager.java,v
 <--  ModuleLifecycleManager.java
new revision: 1.10; previous revision: 1.9
Comment 2 Peter Pis 2005-07-26 14:24:23 UTC
But "Versioning module" in "Versioning" node is not automatically disabled after
enabling VCS generic module.
Comment 3 Maros Sandor 2005-07-26 14:31:03 UTC
It is just a support library and does not harm anything. Btw, VCSCore is still
enabled after disabling VCS Generic. Maybe we can make Versioning module autoload.
Comment 4 Peter Pis 2005-07-27 10:03:57 UTC
Verified.