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 32116

Summary: Files from another web module added to other web module
Product: obsolete Reporter: John Baker <jbaker>
Component: vcsgenericAssignee: issues@obsolete <issues>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P1    
Version: -S1S-   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: first web module
2nd web module

Description John Baker 2003-03-19 04:06:15 UTC
Using kit 030317_2 on Win 2K, J2SE 1.4.0_03

To reproduce:

1) Create a new filesystem
2) Create a new package
3) Mount package as a filesystem
4) Convert to a web module
5) Add some .html files to this web module
6) Dismount this filesystem
7) Mount filesystem from step 1 as a VCS generic
CVS filesystem
8) CVS add all files
9) Mount a 2nd new VCS generic filesystem
10) Convert filesystem to a web module
11) Select filesystem root and do a cvs checkout
12) The .html files from the other web module
are added to this web module

(These 2 filesystems are distinct so this
shouldn't happen)
Comment 1 John Baker 2003-03-19 04:08:05 UTC
Created attachment 9455 [details]
first web module
Comment 2 John Baker 2003-03-19 04:08:38 UTC
Created attachment 9456 [details]
2nd web module
Comment 3 John Baker 2003-03-19 04:40:48 UTC
I was connecting to the same parent workspace
directory so I should have expected this to happen.