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
=========================
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
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 pd.subversion.notify-0.0.2.tar.gz
.
File metadata
- Download URL: pd.subversion.notify-0.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d25695c0cd8fba925b1fba48c2cb00ed874267cc8ad9afd25caa6afc0032d0d3 |
|
MD5 | 1321675291672506ed9dfecc389386e8 |
|
BLAKE2b-256 | a41eb7c3645e5855b662b17e9a0ca76ca6b4b994087d7b5eb37915a043d80258 |