How can I obtain a list of modified files within a 'changeset' range from team foundation server thr
Posted
by Colin W
on Stack Overflow
See other posts from Stack Overflow
or by Colin W
Published on 2010-01-08T14:46:50Z
Indexed on
2010/05/10
6:04 UTC
Read the original article
Hit count: 322
I'm trying to create a tool which will help my team perform code reviews on a more regular basis without it's usual massive overhead.
At the moment the manual process involves using Team Foundation Sidekicks to identify the Changesets and then exporting that to excel to filter the results to find which items need to be reviewed (e.g. code files).
I've heard mention of using a TFS API, but found very little help online possibly because I was asking google 'the wrong questions'.
© Stack Overflow or respective owner