On Friday, December 22, 2017 at 7:22:11 PM UTC+1, Void wrote: > > I'm trying to log a message to a user before input but it's not logging > anything, am I doing something wrong? >
A hook script can not change the commit message the user entered. If you want a dialog to show up with a message for the user, you have to return an exit code that's not zero from the script and write the message to the error output. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/23c2404c-b5eb-43bf-ae37-2b11be7a8356%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
