tags:

views:

72

answers:

1

Hi,

In TFS, I want to see how many files I modified for a day/week/etc.

Is this possible?

+1  A: 

Yup. You can even get fancy graphs :-) You can either use the TFS Data Warehouse that stores this data, or you can make use of the TFS command line (tf.exe). tf history would be the command you would execute for detailed information on history and see the following blog post I wrote about accessing the TFS data warehouse information from Excel:

http://www.woodwardweb.com/vsts/getting_started.html

Martin Woodward