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 66679 - Rollback action is sometimes useless.
Summary: Rollback action is sometimes useless.
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 09:02 UTC by Peter Pis
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2005-10-13 09:02:32 UTC
Product Version       = NetBeans IDE Dev (Build 051013)
Operating System      = Windows XP version 5.1 running on x86
Java; VM; Vendor      = 1.5.0_05; Java HotSpot(TM) Client VM 1.5.0_05-b05; Sun
Microsystems Inc.
Java Home             = d:\Java\jdk1.5.0_05\jre

Steps:
1. Check out sources, open project.
2. Create new java class file.
3. Commit it into repository.
4. Show Annotation for this file.

Invoke popup menu. "Rollback to 1.1" action is displayed too. If it is performed
it will make this file locally modified and it is useless. This command should
be disabled in this case.