Anita Chacko wrote:

> I want to send mail to cvs users only once for every
> fixed number of commits/updates.How can I achieve
> this??Can anyone suggest how I can change any scripts?
>
> Can I change anything to send a consolidated mail once
> an hour or so?
>
> Pls help as our users are being inundated by
> mails.Sometimes we get hundreds of mails in a day.

The log_accum and commit_prep scripts in the contrib directory of the
source distribution do something like that, I believe.  Instead of
mailing them out at the end of each commit, stuff all the info into a
file and run a cron job once an hour to check it and mail everybody if
it contains any data.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]         CollabNet ( http://collab.net )
--
Do not bite at the bait of pleasure till you know there is no hook.

                        - Thomas Jefferson




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

Reply via email to