View TFS server side changes from Visual Studio without getting the latest version

In Visual Studio 2010, I want to see the changes that other members of the group have registered without actually performing the last update (which will overwrite the local files). Is there a way to do this for bulk files instead of selecting each file and comparing it with the server version?

+3
source share
1 answer

I use the View History window, then select any set of changes and view the details, you can see each file that was included in this set of changes, and select Compare with previous version to see specific changes.

View historyChangeset detailsCompare With Previous

+3

All Articles