Search code examples
reportingvisual-sourcesafe

SourceSafe reporting - how to get custom reports in a usable format?


I'm hoping that i'm simply missing something, but I really can't see how to get the report I want out of SourceSafe.

All I need is a report of the check-ins and corresponding comments for a particular date range. So, for example, I can see who has checked in what in the past month and what they said about the check-in.

I wouldn't imagine it would be too much to ask but it possibly is... I've seen a couple of 3rd party VSS reporting tools about but most of these seem to only support up to v6 and we're on v8, which suggests to me that possibly v8 has more reporting options that I simply can't find!

Can anyone lend any assistance? Thanks.


Solution

  • You can do something like this by:

    • Right click on the source safe directory (project) and choose "Show history"
    • In the dialog you can specify a date range
    • In the history dialog that appears press "report"
    • In the report dialog check "include details". Now you can generate the report.

    Hope this helps you!