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: Todd Denniston
Subject: Re: list of changes per user
Date: Wed, 16 Apr 2003 09:19:22 -0500

Dusan Juhas wrote:
> 
> Hi,
> I'd like to ask if there are certain features in recent version(s) of cvs.
> 
> If not, are there any shell/perl/awk/.. scripts instead?
> 
> 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
> 
> --
> Best regards,
> Dusan Juhas
get cvs2cl http://www.red-bean.com/cvs2cl/
see date spec http://www.w3.org/TR/NOTE-datetime
cd /path/to/interesting/checked/out/module\/repository
cvs2cl.pl -l "-d'date1 < date2'" -r -t -l "-wusername"

cvs2cl.pl -l "-d'2003-01-15 < 2003-03-28'" -r -t -l "-wjuhas"

or if you like a little more hand parsing
cd /path/to/interesting/checked/out/module\/repository
cvs log -d'2003-01-15 < 2003-03-28' -wusername

-- 
______________________________________________________________________________
Todd Denniston, Code 6067, NSWC Crane mailto:address@hidden
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
        -- Vance Petree, Virginia Power




reply via email to

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