[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnserve 1.2.3 does not run hook scripts

From: Sascha Kratky <kratky-list_at_unisoftwareplus.com>
Date: 2006-03-01 14:46:09 CET

Hi,

I am running svnserve 1.2.3 under Mac OS X 10.3.9. svnserve is
started via xinetd and seems to work OK.
However, I cannot get svnserve to execute hook scripts. I've set up a
test post-commit hook script that simply outputs its arguments to the
console:

#!/bin/sh
echo >/dev/console $0 $1 $2

The script is saved in the hooks directory of the repository under
the name "post-commit" and has the read and executable bit set for
the svn user.
When I commit a new version to the repository the script does not
seem to be run, i.e., no output appears in the console.
The script works as expected if I run it as "env - ./post-commit"
from the command line.

Is there something else that I can check?

Thanks,
Sascha

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 1 14:46:58 2006

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.