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

Re: [patch] Re: cvs logs usefulness



On Sat, Feb 10, 2001 at 11:12:56PM -0500, Adam Di Carlo wrote:
> "Eray Ozkural (exa)" <erayo@cs.bilkent.edu.tr> writes:
> 
> > Eric VB wrote:
> > > 
> > > I'm quite happy to receive the logs of the CVS tree changes but please,
> > > wouldn't it be possible to have the *log* of the check-in or the name of the
> > > checked-in file instead of the name of the person who commited ?
> > 
> > Like this? Could please someone make this change? I have no write access.
> 
> Applied, let's see if it helps.

After having a glance at /cvs/debian-boot/CVSROOT/newlog.pl at
klecker, I'm not sure how that patch would ever help.

The script only puts the value of $login variable on the
subject line and that is initialized as follows:

$login = $ENV{'CVS_USER'} || $ENV{'LOGNAME'} || $ENV{'USER'} || getlogin || (getpwuid($<))[0] || "nobody";

Anyway, modifying the script to put more info on the subject
line doesn't seem to be a problem. The problem is for us to
decide what do we want on the subject line. We can't have all
the modified files, since that sometimes wouldn't fit. Maybe
just the module name and the directory?

Marcin
-- 
Marcin Owsiany <porridge@pandora.info.bielsko.pl>
http://student.uci.agh.edu.pl/~porridge/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



Reply to: