I want to go through all of the checkins to our CVS repository once a day and do a code QA. At the moment we're running a report that tells us wich file was changed, the committer and the check in comment, but that leaves me opening each file in turn to check what the differences are.
What I really want to do is ask for all files changed on a given date and then select each one to see what the changes were.
Ideally I'd be able to do it within Visual Studio, but I have access to Eclipse if that would make life easier. Or, indeed, other tooling if it will make me more productive...
Any suggestions?