User Tools

Site Tools


cvs:tag

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cvs:tag [2007/11/15 19:36] – created devacvs:tag [2007/11/16 11:12] (current) deva
Line 1: Line 1:
-cd to the project root folder and issue the following command:+=====Tag current code===== 
 +First make sure that that code has been [[cvs:commit|committed]]. The code tagged by this command is the last committed one, not including uncommitted changes in the current tree. 
 + 
 +Change to the project root folder and issue the following command:
 <code> <code>
 cvs tag [tagname] cvs tag [tagname]
Line 10: Line 13:
  
 Note that the tag format must contain no spaces or dots, and must begin with a non-numerical character. Note that the tag format must contain no spaces or dots, and must begin with a non-numerical character.
 +
 +Now the tagged code can be checked out:
 +<code>
 +cvs checkout -r [tagname] [module]
 +</code>
 +
 +NOTE: The tagged code cannot be changed. To change tagged code that are not head of branch, use [[cvs:branch]].
cvs/tag.1195151782.txt.gz · Last modified: 2007/11/15 19:36 by deva