我正在使用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
发布于 2011-11-14 19:04:54
右键单击该文件,然后转到Label...,然后在“文件/文件夹:”部分中选择该文件,然后单击“删除”。
https://stackoverflow.com/questions/8125269
复制相似问题