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 22889 - Search filesystems does not recognize view over CVS FS
Summary: Search filesystems does not recognize view over CVS FS
Status: CLOSED DUPLICATE of bug 20620
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-26 23:39 UTC by Juan Carlos Estibariz
Modified: 2003-07-01 12:57 UTC (History)
1 user (show)

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 Juan Carlos Estibariz 2002-04-26 23:39:41 UTC
The ui for Search filesystems includes a tab "Status" for 
CVS FS but not for a view over a CVS FS
Comment 1 Jesse Glick 2002-04-30 02:36:32 UTC
I think the bug is in VcsSearchType, which checks instanceof
VcsSearchTypeFileSystem. Such a system inherently cannot work with
delegating filesystems. I suggest the vcscore module define some
special pseudo-file-attribute which gives access to VCS-specific
information. The search type can look for this attr on files it is
testing. treefs should then pass through the attr uninterpreted and
searching would work.
Comment 2 Martin Entlicher 2002-04-30 09:44:35 UTC
Thanks Jesse for your analysis. I have already filled an issue #20620
for this problem.
It was supposed to be solved by the new VCS API, which are
unfortunately delayed and will not be a part of 3.4 release. But we'll
do some workaround to fix this into 3.4.


*** This issue has been marked as a duplicate of 20620 ***
Comment 3 Jiri Kovalsky 2002-05-02 11:29:42 UTC
Okay, verified as duplicate of another bug.
Comment 4 Quality Engineering 2003-07-01 12:57:55 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.