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 清单中。该清单有一些文件,一些随机文件被锁定。它正在审查中。我没有得到,这怎么可能?
这很可能是由于提交开始然后没有完成。文件在提交开始时被锁定,以确保在提交过程中不会进行其他更改;如果提交失败,文件将保持锁定状态,以便提交用户可以修复问题并在其他任何人提交他们需要解决的新修订之前重试。
更改列表的所有者可以选择解锁文件(如果文件被还原或提交,它们将自动解锁),或者管理员可以使用“p4 unlock -f”强制解锁。