Thursday, March 17, 2005

cvs tag

Steps for tagging a release

cvs rtag TAGNAME REPOSITORY

Say you want to tag version 0.2.0 of projectfoo

Finish your changes and from the top directory of projectfoo:

cvs rtag RC_FOO_00_02_00 projectfoo

RC stands for Release Candidate

To check this tag out for future development

cvs co -r RC_FOO_00_02_00 -d RC_FOO_00_02_00 projectfoo

No comments: