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
=========================
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
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
Close
Hashes for pd.subversion.notify-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2e46bd65c3a15c86a44d6ec975fa8ce986447ab53be66671c9158ffd3640c83 |
|
MD5 | 9008c4499fd849af23496068c4ed61b1 |
|
BLAKE2b-256 | 1c696713b247b21acae3a1ac03bcd3b737fa482a86a5f68c033966b8012d8144 |