Sam
Sam

Reputation: 6265

TFS 2010: Seeing and comparing changes after getting latest

When I get latest from TFS source control, I don't see the changes made to my workspace.

I know I can go to the Output window and see the changes, but this is just a text list with no context actions.

What I really want is to see a list of changes, with the ability to right-click a file and see differences straight away.

Is there a better, alternative way to see changes like this after getting latest?

Upvotes: 3

Views: 600

Answers (2)

Ziaullah
Ziaullah

Reputation: 1

From the header toolbar click the "Find Chengsets" option (it is between History and Branch options), it will open a dialog box, on that fill your required attributes and click Find button on that dialog box.

Upvotes: 0

Duat Le
Duat Le

Reputation: 3596

Sounds like using the command line tool tf.exe with folderdiff command would achieve what you need.

Use the folderdiff command to display and compare a visual representation of the differences between files in two server folders, in a server folder and a local folder, or in two local folders.

Upvotes: 1

Related Questions