info-cvs
[Top][All Lists]
Advanced

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

Re: list of changes per user


From: Riechers, Matthew W
Subject: Re: list of changes per user
Date: Wed, 16 Apr 2003 10:08:23 -0400

Dusan Juhas wrote:
> 
> How to make a list of changes per user in a module?
>  1. I'd like to know which files in a module were changed by a certain
>      user between date1 and date2
>  2. The same as 1. but for the whole repository

I would use cvsps for this task: <http://www.cobite.com/cvsps/>

The following lists the logs of files changed between two dates by the
given author:

        cvsps -a AUTHOR_NAME -d "date1" -d "date2"

Drop the date from the first command for *everything* changed by the
given author:

        cvsps -a AUTHOR_NAME

See the cvsps manual for more details. A great tool, IMHO.

-Matt




reply via email to

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