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.
Asked
Active
Viewed 1,209 times
0
-
[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 Answers
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
-
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 Dec 10 '09 at 11:28