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.
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.
To install p5.30-svn-notify, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-svn-notify
To see what files were installed by p5.30-svn-notify, run:
port contents p5.30-svn-notify
To later upgrade p5.30-svn-notify, run:
sudo port selfupdate && sudo port upgrade p5.30-svn-notify
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.