[EMAIL PROTECTED] 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
[EMAIL PROTECTED]

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



_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to