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.
标题几乎总结了它:有没有办法在不使用同步完成后删除 Perforce 服务器上的“有”状态-p?
-p
尝试p4 flush FILE@0(的同义词p4 sync -k FILE@0)。这将告诉服务器您已同步FILE更改 0(意味着您不再“拥有”它),而不会影响您的本地副本。
p4 flush FILE@0
p4 sync -k FILE@0
FILE