Skip to content

Instantly share code, notes, and snippets.

@jyukutyo
Created June 21, 2012 07:39
Show Gist options
  • Save jyukutyo/2964416 to your computer and use it in GitHub Desktop.
Save jyukutyo/2964416 to your computer and use it in GitHub Desktop.
Rubyスクリプトを呼び出すSubversionのpost-commitフック
#!/bin/sh
REPOS="$1"
REV="$2"
ruby $REPOS/hooks/post-commit.rb "$REPOS" "$REV"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment