What do you do if the file in TFS is locked by someone else?

后端 未结 11 868
梦如初夏
梦如初夏 2020-12-23 13:35

Someone left the organisation but before leaving, he locked all the files for an unknown reason.

How do you unlock them all so that the other developers can work?

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 14:07

    It is better to delete the workspace of that user from the server. example

    tf workspace /delete /server:your_tfs_server workspace;username

提交回复
热议问题