[Trac-tickets] [The Trac Project] #2009: add shabang reference to
trac-post-commit-hook
The Trac Project
noreply at edgewall.com
Mon Sep 5 18:17:35 CDT 2005
#2009: add shabang reference to trac-post-commit-hook
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: jonas
Type: enhancement | Status: new
Priority: low | Milestone:
Component: general | Version: none
Severity: trivial | Keywords: |
-------------------------+--------------------------------------------------
I imaginge this would help some people
{{{
--- trac-post-commit-hook.orig 2005-09-05 18:00:58.000000000 +0000
+++ trac-post-commit-hook 2005-09-05 18:02:02.000000000 +0000
@@ -30,6 +30,8 @@
# It should be called from the 'post-commit' script in Subversion, such
as
# via:
#
+# #!/bin/sh
+#
# REPOS="$1"
# REV="$2"
# LOG=`/usr/bin/svnlook log -r $REV $REPOS`
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2009>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list