![]() |
![]() |
||||||||
|
|
||||||||
|
Creating a Tag A tag may be created at any time. NOTE: Make sure that the repository has no modified or pending files; use bk status to verify. In the following examples, ``Done'' is the name used when tagging the repository. Any name will do, though using a name that holds meaning is recommended, such as Alpha, Beta, 1.0-release, etc. If the repository is ready to be tagged with the name ``Done'', type:
If it is discovered that a changeset should have been tagged after more changesets have been added to the repository, the -r option may be used to select the proper changeset. If the rev to tag is unknown, run bk changes to list all ChangeSets with comments, look through this list to find the revision to tag. Once the revision to tag has been found, type:
At Commit Time A tag may be set when committing a changeset using bk commit:
At this time citool does not permit tagging upon commit. This is a bug and will be fixed.
|