Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法检查在 p4 客户端中打开的所有文件,如果我们知道它们没有被编辑,可以恢复它们。
在 P4V 中,在有问题的待处理更改列表上,右键单击并选择Revert Unchanged Files。
在命令行上,您可以实现相同的功能p4 revert -c CHANGELIST -a(您甚至可以添加-n预览操作)。有关p4 help revert更多信息,请参阅。
p4 revert -c CHANGELIST -a
-n
p4 help revert