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

Hook script not running?

From: Stephen Gross <sgross_at_darwin.epbi.cwru.edu>
Date: 2005-11-08 15:39:34 CET

I'm trying to get started with hook scripts. I have a file called pre-commit
that looks like this:

========
#!/bin/sh
echo hi >> log
exit 0
========

The file 'pre-commit' is executable (by all groups) and owned by the http
daemon (apache). When I commit changes to my svn tree, however, the commit
script does not appear to run. That is, the file 'log' should be created by
the script but is not. Any ideas?

Thanks,
--Steve

Stephen Gross
Case Western School of Medicine
Cleveland, OH

"By Grabthar's hammer, by the sons of Worvan, you shall be avenged." - Dr.
Lazarus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 8 15:41:06 2005

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.