I'm looking for a way to kick off a diff on multiple files very easily.
I find it very tedious to have to:
Ideally, I'd like to be able to highlight all of the files in my change set, and perform one quick action that launched multiple windows of a diff tool, or launches them one after the other.
It's it's probably good to know that my question is very similar to this question but I'm looking for a way to do this in bulk.
Use the Tf Command Line Utility. It comes with Visual Studio. You'll have a special command prompt with the tools loaded called "Visual Studio Command Prompt (2010)" in the Start Menu. You should cd
to the root directory for the solution. This way you don't have to provide the commands with a servername, credentials, or workspace information. It will pick it up automatically.
I ran the difference command. Without any parameters, it automatically shows the diff for every pending change.
D:\my-project> tf diff
As you close the diff window, the next change will pop up.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With