Perforce File Locked By Departed User

后端 未结 4 1526
迷失自我
迷失自我 2020-12-29 05:12

I have a file that is locked/checked out exclusively by a user who is no longer with the company. I need to make changes and want to know how to \"steal the lock\".

4条回答
  •  自闭症患者
    2020-12-29 05:37

    Some dummy users may checkout the entire depot and lock all the files:

    If you have admin access then you can use:

    p4 client -d -f clientname

    Where clientname is the name of the workspace.

提交回复
热议问题