polling svn repository and notify by email.
Project description
svnpoller watches target SVN repositories regularly and transmits a commit-mail to the designated notify party about each commit when there are new commits.
Setting sample
svnpoller.ini:
[mail] smtpserver = localhost fromaddr = admin@example.com [sample-section] url = http://svn.example.org/path/to/repos/with/sub/path address = test1@example.com, test2@example.com
Notify mail sample
Notified mail sample:
From: admin@example.com To: test1@example.com, test2@example.com Subject: [sample-section: 1230] * Revision: 1230 * Author: foo * Date: 2009-11-22T17:40:47.287888Z * Message: The commit log message for this revision here. * Paths: M /with/sub/path/somefile1.py A /with/sub/path/somefile2.py * Diff: Index: somefile1.py =================================================================== --- somefile1.py (revision 1230) +++ somefile1.py (revision 1229)
Requirements
Python 2.4 or later (not support 3.x)
Dependencies
lxml (if python version less than 2.5)
svn external command (1.4 or later)
Features
polling specified svn repository
send commit message and diff by email
Setup
Make environment (by easy_install):
$ easy_install svnpoller
Make environment (by buildout):
$ hg clone http://bitbucket.org/shimizukawa/svnpoller $ cd svnpoller $ python bootstrap.py $ bin/buildout
Copy and modify ini file. example:
$ cp <svnpoller installed path>/svnpoller/svnpoller.ini . $ vi svnpoller.ini
Please refer to Setting sample section for the format of the svnpoller.ini configuration file.
Usage
Execute svnpoller command:
$ svnpoller svnpoller.ini
or setup cron job:
$ crontab -e 0 0 * * * /path/to/svnpoller /path/to/svnpoller.ini
History
0.0.7
Fix: datetime.strptime replaced with time.strptime (for Python-2.4)
Remove: lxml dependency. (if python version less than 2.5)
Reduce: svn external command version (1.4 or later)
0.0.6
Fix: latest revision’s change ware notified every time.
Add: some tests.
0.0.5
Add changed path-list to mail-message.
0.0.4
first release
Todos
Add notify mechanism when lost target (maybe repository structure was changed)
Remove lxml dependency (but want to support py2.4).
Add mercurial(hg) support.
Add bazaar(bzr) support.
Introduce customizable mail template.
Attach diff without printing in the main text.(config?)
Refactoring.
Add test: multi url polling
Add test: Python2.4, 2.5, 2.6 support check.
Known Issues
“–dry-run” update latest revision config value.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file svnpoller-0.0.7.tar.gz
.
File metadata
- Download URL: svnpoller-0.0.7.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ccc38407e1465f5d9da8c6d4bdf8d8693c7465fa9f8fb515ddb29e4ef023f4b |
|
MD5 | 29f12b26b609473c926b29fa4a68857f |
|
BLAKE2b-256 | 02a28e68f358483600ab410b1c569b066a114093e15985d0c64afb4415b9f58a |