Possible Duplicate:
View TFS changeset details in console
I need a report of the difference between two revision inside a TFS project.
I'm building a simple patch system, and from an article I read on #AltDevBlogADay describes this system. It says that if you can get the difference between your last patched revision release and the current revision that needs to be distributed for patching, all the files should be very easy to pick up/add/delete.
I tried googling, even the MSDN help on the tf.exe command line calls, but none of them help. I'm using the tf hist . -r /version:C1~C3
command but it's only producing the name of the committer, the changeset number, and the comment that was left with the changeset, but no details on the individual files, and wheter they were added, created or deleted.