9a3c8b5da9
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. ok kevlo@
8 lines
445 B
Plaintext
8 lines
445 B
Plaintext
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.
|