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.
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".
精彩评论