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.
我有两个工作区 A 和 B。我在 A 中做了一些更改,并且代码没有提交到 p4。我想将修改后的文件复制到工作区 B。
最简单的方法是什么?
在工作区 A 中使用p4 shelve将文件存储在服务器上而不提交它们。
p4 shelve
然后p4 unshelve在工作区 B 中使用来获取修改后的文件。
p4 unshelve