Changes between Version 7 and Version 8 of SvnBot


Ignore:
Timestamp:
Mar 19, 2006, 1:42:53 PM (19 years ago)
Author:
simon
Comment:

Add hook script info

Legend:

Unmodified
Added
Removed
Modified
  • SvnBot

    v7 v8  
    3030}}}
    3131
     32Modify `svnbot-notify.py` to connect to the SvnBot server URL, and run it from the Subversion post-commit hook.  Something like:
     33{{{
     34#!sh
     35REPOS="$1"
     36REV="$2"
     37AUTHOR=`/usr/bin/svnlook author -r $REV $REPOS`
     38
     39$REPOS/hooks/svnbot-notify.py "$REV" "$AUTHOR"
     40}}}
     41
    3242== License ==
    3343Svnbot is free software; you can redistribute it and/or modify it under the terms of version 2 of the [http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License] as published by the [http://www.fsf.org/ Free Software Foundation].