0

我正在使用 p4v Windows 客户端,我想取消标记文件。
在命令行上它将是 p4 tag -d -l <tagname> <filenames>

我怎么能在 p4v 中做到这一点?


作为对其中一个答案的回应……和之间有区别p4 labelp4 tag

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.

来自http://www.perforce.com/perforce/doc.current/manuals/cmdref/label.html

另见http://www.perforce.com/perforce/doc.current/manuals/cmdref/tag.html

4

1 回答 1

1

右键单击该文件,然后转到Label...然后在“文件/文件夹:”部分中选择该文件,然后单击“删除”。

于 2011-11-14T19:04:54.717 回答