Re: Question about CVS Trigger Scripts
[email protected] (Martin Neitzel)
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | Gaertner Datensysteme, Braunschweig, Germany |
| Message-ID | <[email protected]> |
App Penetrator <[email protected]> wrote: >These scripts are run for each different directory that is committed. [...] >This is fine for most cases, but I would like to be able to determine when >the _entire_ commit has begun and when it has ended. Is it possible? How >can I do it? Have a look at $PREFIX/share/cvs/contrib/commit_prep and .../log_accum. They work in concert to send out combined commit mails, good comments are in commit_prep. Martin Neitzel