info-cvs
[Top][All Lists]
Advanced

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

Re: cvs: two log questions


From: Todd Denniston
Subject: Re: cvs: two log questions
Date: Thu, 21 Mar 2002 10:17:02 -0500

Neil Zanella wrote:
> 
> Is it possible to do the following two things in CVS:
> 
> 1. have the equivalent of a .signature file when committing
>    so that a line or two of text are always appended at the
>    bottom of the message log when committing

If you want it for everyone.... try rcsinfo
http://www.cvshome.org/docs/manual/cvs_18.html#SEC172
If you want it for just one person, you may be able to do something with the
editor cvs brings up for you to enter comments with(but this is just a guess).

> 
> 2. specify a command that in one or few lines lets me know
>    the date of the last commit done by a specific user
> 
cd <head of checked out baseline> 
cvs2cl.pl
grep <user name> ChangeLog| head -1


http://www.red-bean.com/cvs2cl/
http://www.red-bean.com/cvs2cl/cvs2cl.pl


-- 
______________________________________________________________________________
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]