Scott Alexander writes:
> 
> If I update and commit only 1 or 2 files it only sends 1 e-mail to all 
> the developers.
> 
> But if there are many files then it can send many e-mails.
> 
> Can I set CVS to only send one e-mail no matter how many files are 
> changed?

CVS doesn't send any mail -- you must have installed a commitlog script
of some sort that does.  The commitlog script gets called once for each
directory that's affected, which is probably why you get multiple mail
messages.  See contrib/log_accum.pl and contrib/commit_prep.pl for an
example of how to consolidate this into a single message.

-Larry Jones

Summer vacation started!  I can't be sick! -- Calvin

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

Reply via email to