Christian Unger kirjoitti: > > Hi, > > I have a buildsystem based on a continuous integration environment. > > It does all the heavy lifting like tagging, checking out, building and > deploying – automatically. > > the only thing it does not currently do is escalating trac-tickets to > the next level. > > I could alter the tickets on the commandline using raw queries, but > wouldn't this break the history inside trac? > > how do you guys handle this problem or am I missing something obvious?
Using Python and Trac ticket interface (see post-commit-hook for SVN for sample). Works only on local machine though. "Any" language by using XML-RPC plugin. Works from remote sites too. -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
