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

Re: Re: using custom hooks

From: si <sshnug.si_at_gmail.com>
Date: Wed, 16 Jan 2008 11:49:06 +1030

Hi,

Just like to add that (on windows) if you're implementing a
post-commit hook, if the hook process has the potential to be
time-consuming and you don't want the client left waiting, verify that
the process is being spawned.

A simple way to test this is placing a delay in your script and then
performing a trivial commit; if the client is left waiting based on
your delay, it's not spawning.

Note that I haven't tested this issue on more recent svn releases, but
it was a problem on windows for svn >= v1.3.1, so I ended up writing a
simple program to resolve this (google hookstart)

cheers
si

-- 
It's a wild world that we live in, you step to the vibe like a new
found religion, take your position, compile your vision, futurism,
algorithm has risen up!                                pfm - the western
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-16 02:19:25 CET

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.