Looking to get a list of all the files (commit comments would be nice too) of a user in cvs.
|
|
|
||
|
|
|
|
Here's a quick oneliner that will give you a list of every file, followed by changes in that user and the first line of comment from that user.
Output will look like:
This is a quick and dirty one liner, so YMMV. |
||
|
|
|
|
You could also use external tools, such as ViewVC, which lets you input queries using web forms. The output is also formatted nicely in the web browser. |
||
|
|
|
|
to review all commits by all users since 2009-01-20 |
||
|
|
|
|
Use the following command to list all commits by a specific user:
-N Do not list tags. Watchout! The order of the switches matters. For more options and help use:
(Listing of switches above taken from this command's output). |
|||
|
|
