I am learning about cvs and want to know if there is any command in cvs that would list commits history (not by file) by the order in which they were commited & what was committed and by whom (with a comment associated with the commit).
Say, developer A committed 4 source files, followed by developer B making changes and committing 3 source files. What cvs command would display the commits in chronological sequence latest first, meaning developer B, file 1, 2, 3 developer A, file 1, 2, 3, 4 Assuming that the history is stored within the repository, how does one also get the entire history from the start of the project (again, not for a single file, but a chronological history of commits as shown above). Thanks in advance! _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
