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





* Tue Nov 20 2007 Andrey Orlov <cray@neural.ru> 0.0.2
- Bugs with "t" switch fixed

* 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.2.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file pd.subversion.notify-0.0.2.tar.gz.

File metadata

File hashes

Hashes for pd.subversion.notify-0.0.2.tar.gz
Algorithm Hash digest
SHA256 d25695c0cd8fba925b1fba48c2cb00ed874267cc8ad9afd25caa6afc0032d0d3
MD5 1321675291672506ed9dfecc389386e8
BLAKE2b-256 a41eb7c3645e5855b662b17e9a0ca76ca6b4b994087d7b5eb37915a043d80258

See more details on using hashes here.

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