Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 jobspec |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 labels |
Running p4 label allows you to configure the mapping that controls the set of files that are allowed to be included in the label. After configuring the label, use p4 labelsync or p4 tag to tag files with the label.
Only the Owner: of an unlocked label may use p4 labelsync or p4 tag to tag files with that label.
Field Name |
Type |
Description |
---|---|---|
Label: |
Read-only |
The label name as provided in the invoking command. |
Owner: |
Writable, optional |
The label's owner. By default, the user who created the label. Only the owner of a label may update what files are tagged with the label. |
Update: |
Read-only |
The date the label specification was last modified. |
Access: |
Read-only |
The date and time the label was last accessed, either by running p4 labelsync on the label, or by otherwise referring to a file with the label revision specifier @label. |
Description: |
Writable, optional |
An optional description of the label's purpose. |
Options: |
Writable |
locked or unlocked. If the label is locked, the list of files tagged with the label cannot be changed with p4 labelsync. |
View: |
Writable |
A list of depot files that can be tagged with this label. No files are actually tagged until p4 labelsync is invoked. Unlike client views or branch views, which map one set of files to another, label views consist of a simple list of depot files. Please see the Views chapter for more information. |
-d [-f] |
Delete the named label if it's unlocked. The -f flag forces the deletion even if the label is locked. (Deleting a locked label requires admin or super access.) |
-i |
Read the label definition from standard input without invoking the editor. |
-o |
Write the label definition to standard output without invoking the editor. |
-f |
Allow the Update: field's date to be set. Can be used with either the -i flag or the -t flag for the same purpose. |
-t template |
Copy label template's view and options into the View: and Options: fields of this label. |
See the Global Options section. |
Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 jobspec |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 labels |