Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 846 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 846 Bytes

Trunk Spy

Notifies recipients everytime trunk or any branch is updated.

Installation

Below are the installation instructions. Should be straightforward.

  • Get the full source code here at github and put it on any server.
  • Copy config.php.sample to create a new file called config.php.
  • Fill in the correct configurations on config.php. Enter as many as possible.
  • Make sure the directory where you save the XML files are writable by you.
  • Make sure your server is capable of sending email like sendmail. Otherwise, you will need to implement your own email notification script. Modify Svn/Agent.php method notifyUsers() to implement your own email capability.
  • Run the script via cron or any scheduler, ex: php /path/to/trunk-spy.php.

Questions? Suggestions?

You may contact me at (http://www.lysender.com/contact)