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 187247 - [69cat] New & Modified Files In Project Incorrectly
Summary: [69cat] New & Modified Files In Project Incorrectly
Status: RESOLVED INVALID
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 00:08 UTC by laurin1
Modified: 2010-06-08 08:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans with incorrect project entries (100.49 KB, image/pjpeg)
2010-06-07 00:23 UTC, laurin1
Details
CVS Entries file showing files are not new (36.64 KB, image/pjpeg)
2010-06-07 00:24 UTC, laurin1
Details
CVS repository showing files are not new (39.27 KB, image/pjpeg)
2010-06-07 00:24 UTC, laurin1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description laurin1 2010-06-07 00:08:51 UTC
Product Version = NetBeans IDE 6.9 RC2 (Build 201005312001)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

I will submit comparative screen shots with RC1. The issue is that RC2 shows 2 files as New and 1 file as Modified, but they are not not either. The screen shot from RC1 will confirm this.
Comment 1 laurin1 2010-06-07 00:15:43 UTC
Well, after I submitted this ticket, RC1 started showing these as well. Still, the files are NOT New or Modified. I forgot to put in my description, that the way I knew this was partially because Netbeans will not allow me to Commit these files, which I will screen shot, plus I will screen shot the CVS repository to show the files as not being new. Finally, I have only [{tag}] in my status label option, and these files are showing additional information ([New] & [Modified]), which they should not be showing (no other files are doing this, so I assume it is not a separate bug to be filed.)
Comment 2 laurin1 2010-06-07 00:23:39 UTC
Created attachment 99845 [details]
Netbeans with incorrect project entries
Comment 3 laurin1 2010-06-07 00:24:32 UTC
Created attachment 99846 [details]
CVS Entries file showing files are not new
Comment 4 laurin1 2010-06-07 00:24:56 UTC
Created attachment 99847 [details]
CVS repository showing files are not new
Comment 5 Ondrej Vrabec 2010-06-07 08:33:42 UTC
Could you please check one thing? If you right-click on any of the files, does CVS submenu appear in the context menu? Or is Subversion/Mercurial menu shown instead?
Could you also look into the folder (library/classes) and look for .svn or .hg folder inside?
Because it looks like those files are tracked by other version control system than CVS.
Comment 6 laurin1 2010-06-08 03:37:03 UTC
I did not get an email that this had been updated.
Comment 7 laurin1 2010-06-08 03:38:44 UTC
Ok, you were correct about the .svn. However, why does this cause Netbeans a problem? It doesn't cause SmartCVS a problem and the CVS files are there, as they should be.
Comment 8 Ondrej Vrabec 2010-06-08 08:07:36 UTC
> why does this cause Netbeans a problem?
I don't see any problem here. You simply have a nested working copy which takes precedence from the parent (CVS) working copy so all the files inside the folder are considered to be under Subversion control instead.
> It doesn't cause SmartCVS a problem and the CVS files are there, as they should be
Sure, but SmartCVS does not need to track other kinds of working copies (subversion, mercurial, etc.), does it? Because we support other VCSs we need to handle these nested repositories.

Please if you don't need the .svn folder, delete it and the files should be correctly recognized as under CVS control. I guess you can vote for #146824 which would probably introduce a possibility to suppress subversion control of the folder and thus solve your problem.