On 1/28/03 3:09 AM, "Christian Andersson" <[EMAIL PROTECTED]> wrote:
> Hi there, I wonder if this is possible within cvs, or do I need some > external toll to make it possible... > > what I want to achieve is to get a summary mail sent out to different > cvs-users that tells what changes has been made to the repositury during > the last hour or so... I'm not talking about sending out diffs or so, > but perheps jsut something like this.. > > /repository/dir1/dir2/file.txt has been changed by USER and the new > revision is 1.4 > /repository/dir1/dir2/file2.txt is a new file added by USER You can modify the loginfo file in CVSROOT to set up commit emails to be sent whenever a commit occurs. There are scripts that come with CVS in contrib (e.g. log and log_accum), which can be used to do most of what you want. Just add an entry to loginfo that passes things like the email address to send to the script. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
