views:

36

answers:

1

Given a changeset number of Visual Studio Team Foundation System 2008, is there an easy way to find out which files in my project/solution were edited in the changeset?

+3  A: 

Right-click on a source file that's in the changeset, and select View History. The history window will open, and show you all the changesets for that file. Double-click on a changeset, and you will see the list of items changed in that changeset.

Cylon Cat
+1...or, if you don't know any of the files that were changed, you can do "View History" on the base project node in the Source Control Explorer and find your changeset there.
Nate Dudek