p4 graph tag (graph)

Tag a commit with a name.

Note

For depots of type graph only.

Syntax

p4 graph tag -n //repo/name [-c comment] [-f] tag sha
p4 graph tag -n //repo/name -d tag
p4 graph tag [-n //repo/name] -l [-o] [-m max]

Syntax conventions

Description

Create, update, delete, or list tags.

Options

-n

Specify the repo.

-f

Force an update to an existing tag.

-c

Add a comment to a tag.

-d

Delete a tag.

-l

List the tags. If the repo-name is not entered, list tags in all repos.

-o

Detailed format.

-m max

Displays at most max tags.

Usage Notes

Can File Arguments Use Revision Specifier? Can File Arguments Use Revision Range? Minimal Access Level Required

N/A

N/A

list protection and read to see the tag,
write-ref to overwrite the tag, delete-ref to delete the tag, create-ref to create a tag

see p4 grant-permission (graph)