How do I get the history of commits that have been made to the repository for a particular user?
I am able to access CVS either through the command line or Tortios
Or try this one:
cvs history -x AMR -D "your-desired-date"
Example
cvs history -x AMR -D "2012-04-12"