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 71428 - CVS actions problem for free form project
Summary: CVS actions problem for free form project
Status: CLOSED DUPLICATE of bug 58579
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-16 10:48 UTC by Peter Pis
Modified: 2007-01-04 17:14 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 Peter Pis 2006-01-16 10:48:47 UTC
Product Version         = NetBeans IDE 5.0 RC1 (Build 200601101900)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor; Home  = 1.5.0_05; Java HotSpot(TM) Client VM 1.5.0_05-b05; Sun
Microsystems Inc.; d:\Java\jdk1.5.0_05

CVS actions are not correctly provided for free-from projects types.
Comment 1 _ pkuzel 2006-01-16 11:17:29 UTC
Possibly related to issue #71405. Please describe your project layout.
Comment 2 Peter Pis 2006-01-16 13:32:00 UTC
Steps:
1. Open versioned controlled project. Invoke "CVS | Show Changes" action.
2. Invoke "Properties" popup menu action on project root. 
3. Select sources and push "Add Folder" with some versioned sources.
4. Modify file in added sources.
5. Select project root and invoke "CVS | Show Changes" action.

Changed files in "added folder" are not processed. IDE has to be restarted. The
same sitaution is in case of removing the added sources. IDE should be restarted
for showing approriate files too.
Comment 3 _ pkuzel 2006-01-16 14:08:11 UTC
No need for restart. Just select another node in the project explorer and invoke
popup menu. It flushes context cache (holding computed root files) for selected
node.

Is not it the case?
Comment 4 Peter Pis 2006-01-16 14:25:58 UTC
Yes, your hint helps. But this is confusing. 
Comment 5 Maros Sandor 2006-07-31 14:07:30 UTC
It is not a big problem since there is a simple workaround. Moreover, I cannot
reproduce this scenario right now so I will change original steps a bit:

5. Invoke Refresh from versioning view toolbar

The problem is that Versioning view's context is fixed and not updated until
next Show Changes action invocation.

*** This issue has been marked as a duplicate of 58579 ***
Comment 6 Peter Pis 2006-08-04 09:46:27 UTC
V. as a dup.