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 - Implement check for tag name
Summary: Implement check for tag name
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 61347 71155 (view as bug list)
Depends on:
Blocks: 89591
  Show dependency tree
 
Reported: 2002-11-14 13:50 UTC by Radko Najman
Modified: 2007-01-15 12:23 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 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