On Jun 17, 4:37 pm, Erik Andersson <[email protected]> wrote: > Or, you could create a script that executes svn log and finds all commits > for a specified ticket? Yes, this option sounds nice! I can borrow code from trac-post-commit hook that parses svn comments. The problem is that sometimes users forget to add ticket reference in commit messages... Then I probably have to parse ticket logs, which makes my mission difficult, since comments may mention revisions that are not necessarily relate to my ticket.
Thanks for the hint! -- Zaar -- 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.
