Changes between Version 7 and Version 8 of SvnBot
- Timestamp:
- Mar 19, 2006, 1:42:53 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnBot
v7 v8 30 30 }}} 31 31 32 Modify `svnbot-notify.py` to connect to the SvnBot server URL, and run it from the Subversion post-commit hook. Something like: 33 {{{ 34 #!sh 35 REPOS="$1" 36 REV="$2" 37 AUTHOR=`/usr/bin/svnlook author -r $REV $REPOS` 38 39 $REPOS/hooks/svnbot-notify.py "$REV" "$AUTHOR" 40 }}} 41 32 42 == License == 33 43 Svnbot 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].