Skip to main content

This programm used in subversion postcommit hook to send list of modified files to xmlrpc server

Project description

Short package description
=========================

Package developed to provide possibility send notification
to xmlrpc-servers when data in svn has been updated.

Package provide utility:

pdsubversionnotify.py
The program started, read update list from file and
send it to server. When file and acquired it truncated.

Used:

pdsubversionnotify.py <URL XMLRPC> <EXCHANGE FILE>


Sample
------

In subversion post-commit-hook please, write ::

#!/bin/sh
REPOS="$1"
REV="$2"

export LC_ALL=ru_RU.UTF-8
svnlook changed --revision $REV $REPOS|
grep -v "^D" |
cut -b 5-|
awk '{print "https://code.dreambot.ru/svn/"$0}' >>/var/tmp/allfiles.txt

pdsubversionnotify <URL XMLRPC> /var/tmp/allfiles.txt





* Sun Nov 11 2007 Andrey Orlov <cray@neural.ru> 0.0.1
- first official release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pd.subversion.notify-0.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page