Hi, Am Dienstag, den 16.08.2011, 11:14 -0400 schrieb Mark Phippard: > On Tue, Aug 16, 2011 at 11:09 AM, Martin Kutter > <martin.kut...@fen-net.de>wrote: > > is there a way to receive get post-commit error messages on performing a > > commit with the JavaHL bindings? > > Subclipse uses JavaHL and I believe it shows these messages. Have you > registered a call back to receive the Notifications? > > http://subversion.apache.org/docs/javahl/1.6/org/tigris/subversion/javahl/Notify2.html >
A quick test (set up a empty local repo with failing post-commit hook with some message on STDERR, add a folder to the wc and commit) reveals that Subclipse (1.6.18) does not show post-commit errors. I'll test-drive the notifications API though. Thanks, Martin