Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created March 10, 2014 09:08
Show Gist options
  • Save anytizer/9461737 to your computer and use it in GitHub Desktop.
Save anytizer/9461737 to your computer and use it in GitHub Desktop.
Post Commit
#!/bin/sh
REPOS="$1"
REV="$2"
svn update --force --quiet /PATH/
wget --quiet http://SERVER/commit/?project=PROJECT&revision=${REV}&repos=${REPOS} > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment