[rand-changes] [3] trunk: Created a misc directory in the trunk, including a copy of the Subversion
nobody at rubyforge.org
nobody at rubyforge.org
Sun May 27 19:53:15 EDT 2007
Revision: 3
Author: keegan
Date: 2007-05-27 19:53:15 -0400 (Sun, 27 May 2007)
Log Message:
-----------
Created a misc directory in the trunk, including a copy of the Subversion
post-commit hook script.
Added Paths:
-----------
trunk/misc/
trunk/misc/post-commit
Added: trunk/misc/post-commit
===================================================================
--- trunk/misc/post-commit (rev 0)
+++ trunk/misc/post-commit 2007-05-27 23:53:15 UTC (rev 3)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+REPOS="$1"
+REV="$2"
+PATH=/usr/bin:/bin:/usr/local/bin
+PROJECT=/var/svn/rand
+
+svnnotify --repos-path "$REPOS" --revision "$REV" \
+ --svnlook /usr/local/bin/svnlook \
+ --to rand-changes at rubyforge.org --from nobody at rubyforge.org \
+ --with-diff --subject-cx
+
Property changes on: trunk/misc/post-commit
___________________________________________________________________
Name: svn:executable
+ *
More information about the rand-changes
mailing list