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 57004 - "Hide Shadow Files" no longer works for CVS mounts
Summary: "Hide Shadow Files" no longer works for CVS mounts
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:56 UTC by Jesse Glick
Modified: 2006-03-24 13:16 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 Jesse Glick 2005-03-25 14:56:59 UTC
050325. It seems that setting "Hide Shadow Files" on a CVS mount (nb_all, for
example) no longer works - removed files still appear in the Files tab (with the
"removed" badge on the icon).

P2 because this means that the many bugs which *not* hiding shadow files exposes
in various parts of the system cannot be worked around by hiding them.
Comment 1 Martin Entlicher 2005-03-29 16:05:29 UTC
It was not implemented when the cache was rewritten.
The code is missing in VcsFileSystem.childrenWithTurbo().
Comment 2 Martin Entlicher 2005-03-29 17:24:21 UTC
Fixed in trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java,v  <-- 
VcsFileSystem.java
new revision: 1.322; previous revision: 1.321
Comment 3 Jesse Glick 2005-04-13 18:13:25 UTC
Fixed as far as I know.