These standard options are supported by rtag
(see Common options, for a complete description of
them):
-D date
|
Tag the most recent revision no later than date. |
-f
|
Only useful with the ` |
-F
|
Overwrite an existing tag of the same name on a different revision. |
-l
|
Local; run only in current working directory. |
-n
|
Do not run any tag program that was specified with the
` |
-R
|
Tag directories recursively. This is on by default. |
-r tag
|
Only tag those files that contain tag. This can be used to rename a tag: tag only the files identified by the old tag, then delete the old tag, leaving the new tag on exactly the same files as the old tag. |
In addition to the above common options, these options are available:
-a
|
Use the ` |
-b
|
Make the tag a branch tag. See Branching and merging. |
-d
|
Delete the tag instead of creating it.
In general, tags (often the symbolic names of software
distributions) should not be removed, but the ` |