These standard options are supported by tag
(see Common options, for a complete description of
them):
-F
|
Overwrite an existing tag of the same name on a different revision. |
-l
|
Local; run only in current working directory. |
-R
|
Tag directories recursively. This is on by default. |
Two special options are available:
-b
|
Make the tag a branch tag (see Branching and merging), allowing concurrent, isolated development. This is most useful for creating a patch to a previously released software distribution. |
-c
|
Check that all files which are to be tagged are unmodified. This can be used to make sure that you can reconstruct the current file contents. |
-d
|
Delete a tag.
If you use ` |