CVSNamingConventions
Jump to navigation
Jump to search
Basically in CVS there are lots of different tags, here's a secret decoder ring:
Branches
Branches should be in lowercase letters. All branches should start with a tag of the same name, so that it is easier to find a diff of that branch to merge in later.
Tags
Tags should be in all uppercase letters. Release tags will be in the format RELEASE_X_YY_Z.