I am using a wellknown subversion post-commit hook that checks if the commit message is refering tickets and if it does, the commit message is submitted to the trac system, as a comment for that ticket.
Now, a typical commit message will look like this: --------- Misc. improvements: 1) bla bla 2) bla bla 3) bla bla -------- Now I want trac to respect the newlines in this message. How do I achieve that the best way? I am willing to hack any trac source... I would prefer not to let the post-commit hook replace newlines with [[BR]], because then these will show up in the notification emails that are sent out. Trac version 0.10.3 regards, Kristian - trac newbee --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
