Version Control

I am not sure if this is the right forum to post my question on Version Control. Anyway, here it is!

I use CVS for source code maintainence in my Solaris box. Is there any command where I can find out in CVS, if any check-in/check-out was done in the last 24 hours? I need a listing of all the programs that were updated in CVS in the last 24 hours.

Thanks
Deepa

cvs -H gives help
cvs -v gives version

cvs -n status gives a report - but I haven't found anything that gives just the last 24 hours. (You must be in the directory that has files that you normally use via cvs)

Link to cvs man page

If you are using sun solaris then don't forget to go throguh the man pages of SCCS command. It's a source code control system.
man sccs