Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I check who has a specific file checked out in TFS?

Tags:

How can I check who has a specific file checked out in TFS?

In Visual Studio 2008, a file in the project is marked as checked out.

like image 230
raklos Avatar asked Jun 19 '09 15:06

raklos


People also ask

How do I check my TFS history?

Right-Click If you have the Source Control Explorer or File List open, right-click the file you want to view and select Source Control > View History. Local Toolbar In the File List, select the file(s) you want to view. In the local toolbar of the File List, click , then select View History .

Can you exclusively checkout a file using TFS?

You set exclusive checkouts in the TFS workspace through MS Visual Studio.


1 Answers

If you are meaning through Visual Studio 2008 and not in a programmatic way then a simple method to do so is:

Get to Source Control Explorer (Pull up Team Explorer and Click on Source Control). Then navigate to the file you have are checking on and there is a column for which user has that particular file checked out.

like image 186
Maleki Avatar answered Nov 01 '22 11:11

Maleki