Precondition:
User A has locked a file for checkout and he was going on business , now user B need that file to update
How to fix?
Steps as the following:
1, navigation to :
All programs> Microsoft Visual Studio 2010> Visual Studio Tools
right click 【Visual Studio Command Prompt(2010)】> run as administrator
2, enter command line:
tf undo /workspace:();Domain/user $(file path)
for example:
tf undo /workspace:CPC409-ABC263;CDE409-HDC002/echo $/YHQTAS/Documents/Requirements/"18Nov-28Nov MOM"/1118.xls
Notes:
1, if the files name has blank space (18Nov-28Nov (blank)MOM)
need to " " the file name
otherwise system will prompt a failure message:
No pending changes were found for $/YHQTAS/Documents/Requirements/"18Nov-28NovMOM"/1118.xls


本文介绍了解决文件被其他用户锁定无法编辑的问题。通过特定步骤和命令行操作,可以在原始用户不在场的情况下解锁文件,以便其他团队成员进行更新。
1308

被折叠的 条评论
为什么被折叠?



