RE: Post-commit hook doesn't run after a failed commit

2010-08-06 Thread Giulio Troccoli
> > The TortoiseSVN manual states "Post-commit - Called after > the commit > > finishes (whether successful or not)." > > The Subversion documentation, which is the one that is > mandatory, says that the post-commit hook is only run when a > new revision was created, see the link below. I might be

Re: Post-commit hook doesn't run after a failed commit

2010-08-06 Thread Ulrich Eckhardt
On Friday 06 August 2010, Ulrich Eckhardt wrote: "Reply-To: python-dev(at)python.org" Please don't send replies there, I wrote this with the wrong identity settings on my mailer. Sorry. Uli -- ML: http://subversion.tigris.org/mailing-list-guidelines.html FAQ: http://subversion.tigris.org/faq

Re: Post-commit hook doesn't run after a failed commit

2010-08-06 Thread Ulrich Eckhardt
On Friday 06 August 2010, Adham Hassan wrote: > The TortoiseSVN manual states "Post-commit - Called after the commit > finishes (whether successful or not)." The Subversion documentation, which is the one that is mandatory, says that the post-commit hook is only run when a new revision was create

Post-commit hook doesn't run after a failed commit

2010-08-06 Thread Adham Hassan
I'm using the TortoiseSVN client v1.6.10 and I'm trying to get a post-commit hook script to run even if the commit fails, and have the called script read if there's an error, and take a chosen action. The issue I'm running into is the post-commit script seems to only be called if the commit succeed