Re: How to recognize commit failure via hooks

2012-02-23 Thread Daniel Shahaf
Lars Klonowski wrote on Thu, Feb 23, 2012 at 10:42:40 +0100: > The post-commit hook gets a revision parameter and I don't see a > possibility how to determine which transaction it came from. This has been implemented for 1.8.0: http://subversion.apache.org/docs/release-notes/1.8#hooks-post-commit

How to recognize commit failure via hooks

2012-02-23 Thread Lars Klonowski
Hello guys, We are running a web application with subversion and database access. The normal workflow is to make changes on the web surface, which will then trigger further changes in subversion and the database. This way we can easily assure consistency between these two systems. Now, we are re