tags:

views:

73

answers:

3

Hi,

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).

Thanks.

+1  A: 

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.

kurast
Sweet, now I only need to remember what is the admin acount :)
David Brunelle
usually, it is admin, or administrator, without a pass.
kurast
@kurast - I hope not!
Robaticus
+1  A: 

You can use the Status Sidekick of TFS Sidekicks tool and unlock the files which are checked out by other users. To do this you should be a part of Administrator group of that particular Team Project (or) your group should have the permissions to undo and unlock the other user changes which by default Administrator group has.

You can get the tool here: http://www.attrice.info/cm/tfs/

Jehan33
A: 

After your done fixing this problem based on the above solutions turn off locking and use merging.

Ryan Cromwell