Hook Script question
From: Chris Van Brederode <cvanbrederode_at_intlogsys.com>
Date: 2005-03-17 16:26:29 CET
We have set up SVN at work to do Configuration Managment of MS Word
I'm trying to craft a hook-script (post-commit) that will update the
Is there something that prevents svn from running inside a hook script?
Here is my current script:
#! /bin/sh
REPOS="$1"
/usr/bin/svn export file:///repo-url /samba/share --force > /root/update
This works perfectly when called from the prompt, but not otherwise.
Thanks,
Chris Van Brederode
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.