ok, the diff between the files is:
------------- cut here ------------
1c1,6
< #!/usr/bin/perl
---
> This is the basis for the script that I use to do CVS log messages
> to mailing lists. Edit the $MAIL_TO and $MAIL_FROM variables and
> the $CVSWEB* variables.
>
>
> #!/usr/local/bin/perl
56c61
< $EMULATE_LOCAL_MAIL_USER="one.lv"; #set this to have CVS pretend
that all
---
> $EMULATE_LOCAL_MAIL_USER=""; #set this to have CVS pretend
that all
87c92
< $MAIL_TO = '[EMAIL PROTECTED]';
---
> $MAIL_TO = '[EMAIL PROTECTED]';
681c686
< exit 0;
---
> exit 0;
\ No newline at end of file
------------- cut here ------------
and commitlog (named "loginfo" on our system) file contains the
following (relevant) line (everything else is commented out):
------------- cut here ------------
DEFAULT $CVSROOT/CVSROOT/logcvs.pl -u $USER %s
------------- cut here ------------
Any ideas?
Neeme
> -----Original Message-----
> From: Christopher Elkins [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 08, 2000 6:04 PM
> To: Turbine
> Subject: Re: CVS repository: where does it live?
>
>
> > > Are you're using the 'CVS log->email' script referenced under
> > > 'CVS Resources'?
> > > If not, use that one; it adds all kinds of great info to your
> > > log messages.
> >
> > yep, that's the one that we are trying to use... it adds some
> > information, but not all (see my previous post for example of the
> > information the we get).
>
> Hmmm, weird. I'm using the same script, and it's working just
> as I'd expect. Can
> you do a diff between the logcvs.pl from working-dogs.com and your
> locally-modified logcvs.pl?
>
> > Also, instead of one commit email, it sends
> > two. Second one is really short:
> > ------------ cut -----------------
> > User: neeme
> > Date: 00/08/08 17:17:25
> > ------------ cut -----------------
> >
> > Any help appreciated.
> >
> How many entries do you have in $CVSROOT/CVSROOT/commitlog?
> It sounds like you
> have two:
>
> DEFAULT (echo ""; id; echo %s; date; cat) >>
> $CVSROOT/CVSROOT/commitlog
> DEFAULT $CVSROOT/CVSROOT/logcvs.pl -u $USER %s
>
> If so, the first entry should be commented-out.
>
> > Neeme
> >
>
> --
> Christopher Elkins
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]