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.
假设提交了包含大量文件的 CL。现在,由于所有这些文件中的错误,整个 CL 都被取消了。我现在如何一次签出所有这些文件?有什么简单的方法可以做到这一点?
我能想到的最好的是:
p4 -F%depotFile% files @=<backed out changelist> | xargs -n 1 p4 edit
您需要 13.2 客户端和服务器才能使用上面的 -F 标志。
从可视化客户端,您可以操作工作区设置以在提交后签出所有文件...如果您已经提交了更改列表,可能对将来的参考更有帮助...
在底部检查“提交后检查提交的文件”