I’m using TFS 2010 and am wondering whether there is an easy way, either through the IDE (or via the command line), to view the check-in history for a given user, filtered by time. Basically, I would like to see a list of all the changesets for a given user (or simply current user) and be able to specify a date range.
Share
From the command prompt you can use ‘tf hist’ passing the user name and date interval as parameters.
More info about tf history can be found at http://msdn.microsoft.com/en-us/library/yxtbh4yh.aspx
More info about defining Version Specs can be found at http://msdn.microsoft.com/en-us/library/56f7w6be.aspx
The Version Spec is the part that defines the filter to be applied.