X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/blobdiff_plain/6f071c25a343fbae7fb97b8e6c0c119f9677d762..b4a486e448c584edd2b0b12f0449d8c1d44baf05:/svn-hooks/commit-zephyr diff --git a/svn-hooks/commit-zephyr b/svn-hooks/commit-zephyr index ca88266..b3f2f19 100755 --- a/svn-hooks/commit-zephyr +++ b/svn-hooks/commit-zephyr @@ -1,4 +1,13 @@ #!/bin/bash +# +# This is a script that can be called from a Subversion post-commit hook +# to zephyr a summary of the commit or the full commit. +# +# Use by putting something like the following in hooks/post-commit: +# REPOS="$1" +# REV="$2" +# /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" -c scripts +# /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" --full -c scripts-auto -i commits CLASS=test INSTANCE=@