info-cvs
[Top][All Lists]
Advanced

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

Re: Auto email on commit


From: Mark E. Hamilton
Subject: Re: Auto email on commit
Date: Fri, 02 Dec 2005 14:55:12 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

address@hidden wrote:
I am trying to get CVS to automatically send emails to our dev team
when one of us commits anything.  Here is what i have, but it is not
working.  Any thoughts?

in log.pl:
    my $mailcmd = "\ Mail -s 'CVS update: $modulepath'";

I don't know perl, so I'm not sure of this syntax. However, where in this command to you specify the e-mail address to send the message to? This just looks like an assignment, not an execution of the Mail command.


in loginfo:
    project /usr/share/cvs/contrib/log -f $CVSROOT/CVSROOT/commitlog -m
address@hidden

I presume that you really mean /usr/share/cvs/contrib/log.pl, rather than just 'log'. If not, what does /usr/share/cvs/contrib/log do?

--
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666





reply via email to

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