aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/hook_extract.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/subversion/templates/hook_extract.pl')
-rw-r--r--modules/subversion/templates/hook_extract.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/subversion/templates/hook_extract.pl b/modules/subversion/templates/hook_extract.pl
new file mode 100644
index 00000000..7f4f0a29
--- /dev/null
+++ b/modules/subversion/templates/hook_extract.pl
@@ -0,0 +1,10 @@
+#!/usr/bin/perl -MSVN::Notify::Config=$0
+--- #YAML:1.0
+<% extract_dir.each do |src,dest| %>
+
+'<%= src %>':
+ PATH: "/usr/bin:/usr/local/bin"
+ handler: Mirror
+ svn-binary: /usr/bin/svn
+ to: <%= dest %>
+<% end %>