CVSNamingConventions

From Inkscape Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.