Marijn Deé
Marijn Deé

Reputation: 976

Query TFS for updated files

I want to get an overview of files that are updated in TFS (that someone else checked in) that I don't have the latest version for.

Upvotes: 2

Views: 648

Answers (2)

Brian Stewart
Brian Stewart

Reputation: 9285

In Visual Studio Source Control Explorer, right click on the directory you want to compare, and select "Compare". It will pop up a dialog with a couple of filtering options, and then show you what's out of date.

Upvotes: 2

Leon Bambrick
Leon Bambrick

Reputation: 26306

if they checked them in as part of a single changeset then you can find them that way.

(right click file in solution explorer, view history, double-click on the relevant changeset and you'll see all the related files for that checkin)

Is your question about finding this info via the TFS API via the website, or via the visual studio interface?

Upvotes: 0

Related Questions