Reputation: 32390
A co-worker of mine wants me to describe to her all the changes that I made to a project during the month of January this year.
I would like to know how I can make SourceSafe enumerate a list of all files that have been modified during January, when they were modified, and the check-in comments.
Is this possible?
Upvotes: 1
Views: 2379
Reputation: 4039
We use VSSReporter. You can search for files, versions, labels and comments, based on user and/or check-in date. You can then export the report as tab-delimited, formatted or XML, or you can export the files themselves. And it's open source, so if there's some feature missing, you can add it yourself.
Upvotes: 0