skip to navigation
skip to content

pd.subversion.notify 0.0.2

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

Downloads ↓

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   


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  /var/tmp/allfiles.txt





* Tue Nov 20 2007 Andrey Orlov  0.0.2
- Bugs with "t" switch fixed

* Sun Nov 11 2007 Andrey Orlov  0.0.1
- first official release
 
File Type Py Version Uploaded on Size # downloads
pd.subversion.notify-0.0.2.tar.gz (md5) Source 2007-11-19 3KB 571