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

No hooks triggered!

From: Stromek <stromek_at_realtime.sk>
Date: 2006-08-23 18:23:06 CEST

Hi all,

I am desperate about svn hooks. Subversion is claiming that it
automatically calls hooks if they are in place (repos/hooks). Take for
example post-commit. I copied post-commit.tmpl to post-commit, set and
checked permissions for executing the hook and tried simple test. Here
is the hook:

#!/bin/sh

/bin/echo "whatever" > "post-commit.log"

I'm using svn protocol and if I perform commit post-commit is not triggered. I
don't know where to check whether svn is really triggering this hook. Is
it possible to turn on some verbose log? Or something else where I can
see why this hook is not called? Or is there anybody with any idea that
I can try? Thanks!

-- 
Stromek
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 23 18:29:43 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.