cvs:tag
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| cvs:tag [2007/11/15 19:36] – created deva | cvs: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: | ||
| + | |||
| + | Change | ||
| < | < | ||
| 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: | ||
| + | < | ||
| + | cvs checkout -r [tagname] [module] | ||
| + | </ | ||
| + | |||
| + | NOTE: The tagged code cannot be changed. To change tagged code that are not head of branch, use [[cvs: | ||
cvs/tag.1195151782.txt.gz · Last modified: by deva
