info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Commits history question


From: Anonymous
Subject: Commits history question
Date: 26 Feb 2002 19:13:48 -0800

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!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]