Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top