Skip to content

Python utility for sending digest emails of a set of SVN repositories. This is useful for team/project leaders who would like a daily or weekly digest of all commit activity on a set of repositories.

Notifications You must be signed in to change notification settings

codeinthehole/svngut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVNGUT

This is a simple python utility for digesting SVN repositories and sending a periodic summary email to a configurable list of recipients. It uses a JSON configuration file to specify the repositories to digest and also which users should get a summary email.
Each user can receive a digest of a different set of repositories if so desired.

This utility is intended to be useful for team/project leaders, who want to stay in touch with all SVN activity of the projects they are interested in.

All comments, criticism, bugs to david.winterbottom@gmail.com please.

Installation

  • clone repository
  • Add svngut to your PYTHON_PATH: ln -s /path/to/clone /usr/lib/python2.6/dist-packages/svngut

Configuration

To configure your local install, copy the /etc/config-sample.json to /etc/config.json and update the listings.

Testing

To run the unit tests and generate coverage statistics and reports, use the wrapper script: tests/unit/run_tests.sh

About

Python utility for sending digest emails of a set of SVN repositories. This is useful for team/project leaders who would like a daily or weekly digest of all commit activity on a set of repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages