cvs: two log questions

2002-03-21 Thread Neil Zanella


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

2. specify a command that in one or few lines lets me know
   the date of the last commit done by a specific user

Thanks!

Neil

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: cvs: two log questions

2002-03-21 Thread Todd Denniston

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

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: cvs: two log questions

2002-03-21 Thread Greg A. Woods

[ On Thursday, March 21, 2002 at 03:56:40 (-0330), Neil Zanella wrote: ]
 Subject: cvs: two log questions

 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

You can put whatever you want in the e-mail messages sent by the program
invoked from CVSROOT/commitinfo.  Just modify the program as desired.

 2. specify a command that in one or few lines lets me know
the date of the last commit done by a specific user

If you have CVSROOT/history logging enabled then the 'cvs history'
command can probably do what you want.

-- 
Greg A. Woods

+1 416 218-0098;  [EMAIL PROTECTED];  [EMAIL PROTECTED];  [EMAIL PROTECTED]
Planix, Inc. [EMAIL PROTECTED]; VE3TCP; Secrets of the Weird [EMAIL PROTECTED]

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs