Post commit hook are quite easy to debug, as you can invoke them from the command line. Simply provide the required arguments to the script.
(OTOH, pre-commit scripts are more difficult to handle, as you need a SVN transaction) On 7/11/07, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > > Hi, > > one of my environments shows funny errors: > > -------8<----- > ~/testsvn >svn ci -m "" > Adding (bin) foo.bar > Transmitting file data .svn: Commit failed (details follow): > svn: MERGE request failed on '/test/test' > svn: MERGE of '/test/test': 200 OK (https://svn.example.org) > ~/testsvn > > -------8<----- > > This is the only environment where I have trac-post-commit-hook enabled. > All other repos seems fine. > From > http://groups.google.com/group/Subversion-development/browse_thread/thread/9b12cd50f5ec52ee > I would guess that the hook dies. > How can I debug the hook? > svn 1.4.4, hook from 0.11dev-r5805 > > Rainer > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
