Re: How to bundle watch-Notification for entire module
Bo Berglund <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.gui.user |
|---|---|
| Organization | cvsnt.org news server |
| Message-ID | <[email protected]> |
On Tue, 12 Dec 2006 14:48:00 +0100, [email protected] wrote: > >Dear CVS-colleagues, > >we're running a test-phase with CVS. For our projects we are using the programming language Modelica (for simulation purposes). Its characteristic in our environment that a programmer alters many files at once. This means when using the "watch-notification", that you get a huge amount of emails (one for each altered file) when a programmer commits his module. > >Is there a possibilitiy to add a notification for one entire module, where there is one eMail with all the modification of each files in it? > It is all up to how you write your notify script! For example you could have a program that writes the notify *data* to some kind of file or database and then use a scheduled task to regularly empty the data into a set of emails to send to the individuals who subscribe to the notification. This task then can do the collection of the various data into a small number of emails to each subscriber (one for each). HTH /Bo (Bo Berglund, developer in Sweden)