Below is the complete set of rules used for naming CVS tags for the AOLserver project.
- Nathan
Tag naming rules:
- The names can be long
- They must start with a letter
- The allowable characters are:
- letters
- numbers
- hyphens ("-")
- underscores ("_")
Naming convention for releases and branches:
1. project_vX{_rY}{_mU}{_fV}
For all tags, including those listed below, you may use any combination of the following, but they must appear in the order listed.
X is the required version number, to be incremented with each new release.
Y is the release number, for minor changes for a given release.
U is the modification number, for further granularity.
V is the fix number.
2. project_vX_bp
This is the branch point, the "HEAD" for the branch. Do NOT move this tag!
3. project_vX_bW
Release number W along branch "project_vX_bp"
4. project_vX_b
Last merge from branch "project_vX_bp" to the main trunk
5. project_vX_m
Last merge from the main trunk to branch "project_vX_bp"
