Mohemmad K
Mohemmad K

Reputation: 839

Check in TFS solution file which is checked out by another user

I am working on the TFS solution as multiple developers are working on the same project. One file is checked out by another teammate and the virtual machine on which he was working has been deleted. Now I want to edit the file which is checked out by that user but the VS showing me error that the file is checked out by another user. Is there any way to check in that file?

Upvotes: 0

Views: 115

Answers (2)

Rodders
Rodders

Reputation: 2435

Use TFS Sidekicks to delete his Workspace using the Workspace sidekick. When you delete the work space, any check-outs are undone on the server. You could also use tf.exe to delete the workspace.

Upvotes: 1

amit dayama
amit dayama

Reputation: 3326

From your machine, Get the latest version of that deleted file.

Place that file on virtual directory where it was deleted.

Checkin the file and then you are good to go

Upvotes: 0

Related Questions