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

Re: post-commit - checking that it is executing

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-09-26 21:47:35 CEST

ricksterv wrote:
> Hello Group
>
> I have a post-commit script that I can run from the command line, but
> it doesn't appear to be executing by SVN.
> How can I check that it is being executed?

Make it do something that persists outside the hook process. My favorite?
Adding a line like this:

   echo "`date`: ${0} ran" >> /tmp/hooks.log

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Wed Sep 26 21:47:50 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.