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

Re: Hooks

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-12-22 06:08:56 CET

On 2004-12-21 20:38-0800, Jonathan Daugherty wrote:

> In the hooks directories I have an executable (755) script,
> "post-commit". When I commit changes to the repositories involved,
> the hook does not appear to run. Thoughts?

http://subversion.tigris.org/project_faq.html#hook-environment

You could also try something really simple, like

#!/bin/sh
/bin/date >> /tmp/my_hook_log

to see, if the hook really runs or not.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 22 06:11:18 2004

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.