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?
|
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? |
|||
|
|
|
For the following operation, you will need to be either a project administrator for the project you want to undo the check-in on or a Team Foundation Administrator if you want to do this across all projects. If you still have the username of the person, you can simply do something like this:
To get the list of workspaces for a user, just run the following command from the same prompt:
For more commands, check tf /? |
|||||||||||||
|
|
If the developer has left the organization, then the best thing to do is to delete their workspaces. This will unlock the files for you but also free up some resources on the server. See the following blog post I did on the topic when it happened to me a few years ago. http://www.woodwardweb.com/vsts/unlocking_files.html You can either delete the workspace using the command line (tf.exe) or you can use the excellent TFS Sidekicks from Attrice. Cheers, Martin. |
|||||||
|
|
first you need to have the right to do this. If you have that the easiest is to use TFS sidekicks from attrice http://www.attrice.info/cm/tfs/ Greetz. |
|||
|
|
This was the only way I resolved this, which involved deleting the user's workspace: http://2toad.com/Blog/2012/1/27/how-to-manage-tfs-workspaces If the error message says "The item $/... is locked for check-out by someUser:1 in workspace someMachine123." then I use the command:
There is just a single space between the collection URL and Note that I payed attention to the fact that the error message mentioned the user as Note the server has to be the fully qualified collection path, which you can find by going to Team Foundation Server Administration Console->Application Tier->Team Project Collections, the bottom pane will show a URL for the collection that is selected in the upper pane. I also had a problem because I accidentally tried to use plural Good Luck |
|||
|
|
|
Here's an explanation of using TFS permissions.
|
|||
|
|
|
Have a system administrator reset that users password, log on as that user, unlock all files... I would think this is the solution to almost all 'someone who is no longer at this organization' questions... |
|||
|