0

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.

yeyeyerman
  • 7,751
  • 7
  • 43
  • 52
  • [Check this link](http://techfilth.blogspot.com/2009/08/sometimes-it-is-really-useful-to-be.html), it tells you exactly how to do it. – slugster Dec 10 '09 at 08:43

1 Answers1

0

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
  • 6,169
  • 3
  • 26
  • 45