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 28748

Summary: Implement check for tag name
Product: versioncontrol Reporter: Radko Najman <rnajman>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89591    

Description Radko Najman 2002-11-14 13:50:49 UTC
Implement check for tag name to not allow the user
to enter tag name containing invalid characters,
e.g. space.
Comment 1 Martin Entlicher 2002-11-14 18:45:06 UTC
Moving to vcsgeneric module, where the CVS profiles are defined.
vcscvs module is dead.
Comment 2 Maros Sandor 2005-05-03 13:36:16 UTC
Moving to CVSlite.
Comment 3 Maros Sandor 2005-07-25 13:38:48 UTC
*** Issue 61347 has been marked as a duplicate of this issue. ***
Comment 4 Maros Sandor 2005-08-08 21:56:37 UTC
1) A tag must start with a letter
2) A tag must not contain characters: $,.:;@ SPACE TAB NEWLINE
3) Reserved tag names: HEAD BASE
Comment 5 Maros Sandor 2006-01-10 10:05:24 UTC
*** Issue 71155 has been marked as a duplicate of this issue. ***
Comment 6 Maros Sandor 2006-01-10 10:06:13 UTC
It concerns tag, branch and switch to branch dialogs.
Comment 7 Maros Sandor 2007-01-15 12:23:35 UTC
Tag names are checked in Tag, Branch and Merge dialogs.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/BranchAction.java,v
 <--  BranchAction.java
new revision: 1.22; previous revision: 1.21
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/BranchSettings.java,v
 <--  BranchSettings.java
new revision: 1.18; previous revision: 1.17
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/TagAction.java,v
 <--  TagAction.java
new revision: 1.17; previous revision: 1.16
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/TagSettings.java,v
 <--  TagSettings.java
new revision: 1.9; previous revision: 1.8
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/util/Utils.java,v
 <--  Utils.java
new revision: 1.51; previous revision: 1.50