From 122cf4a5ec20500ae9256e68b937a05be8853d2f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 17 Apr 2007 03:14:47 +0000 Subject: [PATCH] r1542: Adding the post-commit hook example for SVN --- docs/post-commit.php | 71 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100755 docs/post-commit.php diff --git a/docs/post-commit.php b/docs/post-commit.php new file mode 100755 index 0000000..d3dfa2e --- /dev/null +++ b/docs/post-commit.php @@ -0,0 +1,71 @@ +set('bugid', $id); + $api->set_condition(); + $api->set('status', 4); + $api->set('resolution', 2); + $api->update(); + } +} + +/*=====================================================================*\ +|| ################################################################### +|| # $HeadURL$ +|| # $Id$ +|| ################################################################### +\*=====================================================================*/ +?> \ No newline at end of file -- 2.22.5