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

Re: flag to disable hook scripts

From: Evert | Collab <evert_at_collab.nl>
Date: 2006-02-03 20:01:22 CET

Mark Phippard wrote:
> Another solution would be to figure out a way to get your hook to fire off
> the update as an asynchronous event. We do something in a hook where we
> create a file with the repository and revision info in it. A daemon
> process written in Java monitors the folder where this file is created and
> does stuff based on the file being created. This allows the hook to run
> very fast and the work is done in the daemon process.
>
> Mark
>

How about something like this?

#!/bin/bash
./syncscript.sh > /dev/null 2> /dev/null &

would that work as expected?

Evert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 3 20:06:13 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.