I'm an architect doing reviews on the code checkins of many developers using TFS.
Currently, I have to use Source Control history to see individual checkins, then for each checkin I have a list of changed files, and I must double click each file to see its changes (if it was existing) or its contents (if it's new). This is time consuming and not very fun.
A better process would be, for a given checkin, to be able to see all changes in a single window, with just information lines telling me which file this change is in.
Another possibility would be to mark up the changed lines in VS directly and allow navigation between them.
Does anyone know of an existing tool that could help me with this side of TFS ? Or should I roll my own ? (sounds not too complicated with the TFS API, but I'd rather do my job than code tools :) )