Re: Slow post-commits causing long time to commit on user's side.
From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Fri, 7 Aug 2009 13:16:59 -0500
On Aug 7, 2009, at 09:07, Bolstridge, Andrew wrote:
> Windows servers are difficult to run apps in background mode for,
Note that just appending a "&" is not sufficient to make the hook
#!/bin/bash
REPO="$1"
/path/to/some/script "$REPO" "$REV" >/dev/null 2>&1 &
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.