Am 10.03.2011 20:47 schrieb Michael Pedersen:
I wanted to hold off on closing them in Trac just yet. Basically, give people a chance to say yay or nay. If I'm doing something really wrong, it's easier to recreate the tracker than to track down which tickets I closed in error.
Nothing really wrong, but maybe you should add user names and dates to the comments.
Once I feel sure that we've got things right, I'm going to add a "migrated" status to Trac that will also be a resolved state, and we can properly close things out nicely.
Unfortunately, the resolutions in Trac 0.10.4 are hard-coded. You can only change them in newer versions with "trac-admin resolution".
But if you add a comment "Moved to <link to sf ticket>", then I find these tickets with select ticket from ticket_change where field='comment' and newvalue like '%sourceforge.net/p/turbogears%';
and set a proper resolution status on the new (read only) Trac later. -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en.
