Skip to content

Instantly share code, notes, and snippets.

@jollyroger
Created December 22, 2010 16:05
Show Gist options
  • Save jollyroger/751683 to your computer and use it in GitHub Desktop.
Save jollyroger/751683 to your computer and use it in GitHub Desktop.
Subversion post-commit hook for buildbot.
#!/bin/sh
# Subversion post-commit hook.
#
# This script will update files on the development web-server transparently
# without any files to be deleted before sync.
REV=$2
REPOS=$1
/usr/share/buildbot/contrib/svn_buildbot.py --repository "$REPOS" --revision "$REV" --bbserver 123.123.123.123 --bbport 9989
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment