views:

56

answers:

2

I would like to get a report of the changes made to all the files in a project. I know how to do it for a single file, but I don't know how to do it recursively. Have you tried to do something similar? Is there a specific tool to accomplish this task? Thank you.

+1  A: 

Check this link, it tells you exactly how to do it.

slugster
A: 

I am using VS6.0 but is should be similar.

  • Right click on the source safe directory (project) and choose "Show history"
  • In the options dialog check "recursive"
  • You get a history dialog. In the history dialog you press "report" and in the report dialog you check "include details".
Dani van der Meer
I have already tried, but with this you only get the names
yeyeyerman
Strange. For me if I check "include details" I get the user, date/time, and comment for every check in. Maybe they changed it in 2005.
Dani van der Meer