SVN::Notify

SVN::Notify is a Subversion activity notification.
Download

SVN::Notify Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Wheeler
  • Publisher web site:
  • http://search.cpan.org/~dwheeler/

SVN::Notify Tags


SVN::Notify Description

SVN::Notify is a Subversion activity notification. SVN::Notify is a Subversion activity notification.SynopsisUse svnnotify in post-commit: svnnotify --repos-path "$1" --revision "$2" --to developers@example.com svnnotify --repos-path "$1" --revision "$2" --to-cx-regex i10n@example.com=I10N Use the class in a custom script: use SVN::Notify; my $notifier = SVN::Notify->new(%params); $notifier->prepare; $notifier->execute;This class may be used for sending email messages for Subversion repository activity. There are a number of different modes supported, and SVN::Notify is fully subclassable to easily add new functionality. By default, A list of all the files affected by the commit will be assembled and listed in a single message. An additional option allows diffs to be calculated for the changes and either appended to the message or added as an attachment. See the with_diff and attach_diff options below. Requirements: · Perl


SVN::Notify Related Software