Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS - How to see all files checked out by a specific user?

I am working on a solution (a very big solution), and I want to check if I have left anything checked out. How do I see all the items I have checked-out?

And could you also tell me how to see all checked-out items by another user please.

like image 471
GIVE-ME-CHICKEN Avatar asked May 29 '14 10:05

GIVE-ME-CHICKEN


People also ask

Where is checkout file in TFS?

Right-click on the highest level that you want to search for checked out files (like the root of the project collection) and click the Find menu –> Find by Status. Recursive, and click Status. Click Find. This will give you a list of all the files that are checked out.

How do you check in and check out in TFS?

Right-Click In the File List, right-click the file you want to check out and select Source Control > Check Out (for selected files) or Source Control > Project > Check Out All (for all files in the project). Local Toolbar In the File List, select the file(s) you want to check out.

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 .


Video Answer


1 Answers

simply pull up the pending changes window (View > Other Windows > Pending Changes) to see what files you have checked out! http://msdn.microsoft.com/en-us/library/ms181395(v=vs.100).aspx

As for the other users, you would need to view the source control window to see who has checked out that file. Simply go to View > Team Explorer then browse to the collection/project you are working on and double click on "Source Control" to open the source control explorer.

This then will show you the directory listing system where you can see who has checked out which file and what kind of check out.

also take a look at this: Can I check what files another person has checked out in Visual Studio 2010

like image 189
Ahmed ilyas Avatar answered Sep 28 '22 17:09

Ahmed ilyas