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 64999 - CVS versioning tab contains several file from directory outside the cvs tree
Summary: CVS versioning tab contains several file from directory outside the cvs tree
Status: RESOLVED DUPLICATE of bug 66597
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 14:30 UTC by pvercesi
Modified: 2005-12-12 09:50 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 pvercesi 2005-09-23 14:30:25 UTC
"Versioning" tab contains lots of files that aren't in the cvs.
All the files in "build" directory are listed in the "Versioning" tab
as "Locally New", but my "build" is not under CVS control.
All these files are annoying and wasting resources.
Comment 1 Maros Sandor 2005-09-23 14:33:48 UTC
What is the type if your project? Do you have build directory in .cvsignore?
Does cmdline CVS client show these files as unknown too? (with question marks)
Comment 2 pvercesi 2005-09-23 16:38:18 UTC
In NetBeans 4.1 the project is of type "Java project with existing ant file".
I don't have build directory in .cvsignore because I don't need that.
CVS command from the command line produce this part of output:
? nbproject
? build

Both nbproject and build are directories not included in the CVS tree,
but the versioning tab reports all their content (thousands of files) 
as Locally New.
Comment 3 Maros Sandor 2005-09-23 22:39:03 UTC
It seems that freeform project does not correctly implement the sharability
query. It should exclude all build products as specified in project
properties/output from its source roots.
Comment 4 Tomas Zezula 2005-12-12 08:03:07 UTC
It's a duplicate of some issue, which Honza already fixed.
Comment 5 Jan Lahoda 2005-12-12 09:50:22 UTC
Unfortunatelly, not yet fixed (only a trivial version of the SharabilityQuery
that ignores nbproject/private has been implemented), see issue #66597.


*** This issue has been marked as a duplicate of 66597 ***