dotnet-practitioner
dotnet-practitioner

Reputation: 14148

Visual Studio 2013 : how to find out who has what checked out

I am using VS 2013 and trying to find out in a given TFS folder who has what checked out and google search results are not helping. Under find menu, I don't see any option that would help in finding out this information.

Upvotes: 4

Views: 7318

Answers (3)

sburgess123
sburgess123

Reputation: 332

If you're a TFS administrator you may also want to add TFS sidekicks to your toolset. Its great for finding out the status of files or workspace information (the tree view filter is nicer to work with IMO) but then you've also the control to be able to do something about it!

Upvotes: 0

Paul Annakin
Paul Annakin

Reputation: 56

The TFS Power Tools provide enhancements to the Source Control Explorer (as well as many other things), which will allow you to search for files by Status, i.e. Check Out.

The 2013 TFS Power Tools are available from https://visualstudiogallery.msdn.microsoft.com/f017b10c-02b4-4d6d-9845-58a06545627f

Info in the download page explains:

This tool provides additional Visual Studio menu options and functions to support finding files under version control by status or wildcard, opening a folder using File Explorer from the Source Control Explorer context menu...

Upvotes: 4

Adam
Adam

Reputation: 2440

File -> Source Control -> Find in Source Control -> Status -> "Your settings" -> Find.

Upvotes: 0

Related Questions