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 92756

Summary: Removing of non-existing tag should warn the user.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: REOPENED ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Peter Pis 2007-01-18 08:53:07 UTC
NetBeans IDE Dev (Build 200701171900)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Steps:
1. Open version control project.
2. Select any file node and invoke "CVS | Tag" popup menu action.
3. Enter non-existing tag name and check "Delete Tag" option.

User should be informed that required tag doesn't exist.
Comment 1 Maros Sandor 2007-01-18 09:38:25 UTC
This would require a significant amount of time to determine tag existstence
(equal to Search History).
Comment 2 Peter Pis 2007-01-26 13:35:19 UTC
While user can't see the entire tags this functionality would be really
appreciated. ENHANCEMENT