使用 p4v 取消文件标记?
我正在使用 p4v Windows 客户端,我想取消文件标记。
在命令行上它将是 p4 tag -d -l <标签名>;
我如何在 p4v 中执行此操作?
针对其中一个答案... p4 label 和 p4 tag
之间存在差异
运行 p4 label 允许您配置控制文件集的映射允许包含在标签中。配置标签后,使用 p4 labelsync 或 p4 tag 用标签标记文件。
来自 http://www.perforce.com/perforce/doc.current/manuals/cmdref/label.html
另请参阅 http://www.perforce.com/perforce/doc.current/manuals /cmdref/tag.html
I am using p4v windows client and I want to untag files.
On command line it would bep4 tag -d -l <tagname> <filenames>
How can i do this in p4v?
In response to one of the answers...
There IS a difference between p4 label
and 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.
from http://www.perforce.com/perforce/doc.current/manuals/cmdref/label.html
see also http://www.perforce.com/perforce/doc.current/manuals/cmdref/tag.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击该文件,然后转到“标签...”,然后在“文件/文件夹:”部分中选择该文件,然后单击“删除”。
Right click on the file, and go to
Label...
Then select the file in the Files/Folders: section, and click remove.