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 125367 - Status of file not changed properly
Summary: Status of file not changed properly
Status: VERIFIED DUPLICATE of bug 125353
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-01-16 11:42 UTC by Jiri Skrivanek
Modified: 2008-01-16 12:23 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 Jiri Skrivanek 2008-01-16 11:42:31 UTC
CVS status of file opened in editor remains as modified (blue font) event when modifications were undone or commited. It
is regression and it might be related changes in filesystems. To reproduce:

- open versioned module (e.g. openide/util)
- open file in editor (e.g. org.openide.ErrorManager)
- change something in editor and save it. Status is correctly changed to modified (blue font) but badge icon doesn't
appear in the Projects view.
- call 'CVS|Revert Modifications' on the editor tab. File is updated but name of the file in editor's tab is blue until
you re-open file in editor.

Product Version: NetBeans IDE Dev (Build 20080116062005)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 1 Peter Pis 2008-01-16 12:06:47 UTC

*** This issue has been marked as a duplicate of 125353 ***
Comment 2 Jiri Skrivanek 2008-01-16 12:23:14 UTC
Verified.