Sameer Karmarkar <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I have setup CVS mail notification by including the following line in my
> loginfo file.
> 
> ^mymodule Mail -s %s myalias
>
> I have setup only one OS user samk on my linux box but have created
> $CVSROOT/CVSROOT/passwd users for my project members.
> 
> I would like to include the user who committed changes in the mail
> notification. Please point me to appropriate documentation, if any.

http://www.cvshome.org/docs/manual/cvs_18.html

Hmmm... Provided you give aliases for the folks you add to the passwd
file, you might be able to do something like this:

^mymodule Mail -s %s myalias,$CVS_USER

It may be that you will want to write a script that looks up the real
e-mail address given the CVS-specific username provided...
 
        Good luck,
        -- Mark


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

Reply via email to