如何从Team Foundation Server中的其他人解锁文件

问题描述:

我们有一个项目存储在我们的TFS服务器中,并且我从另一台计算机和另一位用户(不再使用这两个文件)中检出了一些文件.有没有一种方法可以强制解除文件的锁定(未对其进行任何更改,因此如果我只能执行此操作,则是安全的).

We have a project that is stored within our TFS server and some files were Checked-Out by me from another computer and another user (both of which are not used anymore). Is there a way to force the unlocking of the file (no changes were made to it so it's safe to do so if I can only do it).

如果使用admin帐户登录到源代码管理,则可以强制撤消签出或使用提供的任何文件签入.

If you login into the source control with the admin account, you will be able to force undo checkout, or check in with any file you provide.