【发布时间】:2011-11-14 17:07:56
【问题描述】:
我正在使用 p4v Windows 客户端,我想取消标记文件。
在命令行上它将是
p4 tag -d -l <tagname> <filenames>
如何在 p4v 中做到这一点?
针对其中一个答案...
p4 label 和 p4 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
【问题讨论】: