RE: Slow post-commits causing long time to commit on user's side.
From: Bolstridge, Andrew <andy.bolstridge_at_intergraph.com>
Date: Fri, 7 Aug 2009 15:07:54 +0100
From: Jan Du Toit [mailto:jan.du.toit_at_gmail.com]
Hi,
I have a question with regards to svn post hooks:
I have implemented a post-commit hook for our repository. The
The problem I'm having is that when the user commits the commit does not
Semantically the post-commit is not part of the user's commit, i.o.w the
How can I get the post-commit to be forked/threaded or something so that
Maybe this is rather a topic with the SVN client? We are using
We are running SVN 1.5.5 on a Windows Server 2003 R2 SP2.
Thanks in advance.
--- Windows servers are difficult to run apps in background mode for, (unlike*nix where you just append a &!) What I do then is to have my post-commit hook write the file or directory paths to a file, and I regularly read that in a scheduled job and apply various tasks to it. Alternatively, write your hook scripts in perl, and let them fork themselves into the background. Even on Windows: http://www.perlmonks.org/?node_id=663081 ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2381315 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-08-07 16:08:56 CEST |
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.