Hello > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of tsuraan > Sent: Wednesday, June 23, 2010 8:57 PM > To: Trac Users > Subject: [Trac] Re: Multiple repository changeset support (0.12) > > In my case, I have a trac project that's based off a new > project whose trunk was svn mv'd from a branch on a different > project. I loaded the wiki and tickets from the other > project, and we're in the process of deleting bugs from both > projects that are no longer applicable. We then have two > problems with changesets, where it would be nice if trac > could figure out which repo has which changeset.
I seriously think the TracTicketChangesets plugin may interest you here. It is capable of re-scanning commit messages to tie changesets to tickets, even for multiple repos. And with some hacking on your part, you should be able to convert old ticket-commit messages as well to suit your needs. The plugin is available at: https://trac-hacks.org/wiki/TracTicketChangesetsPlugin Good luck! Mikael Relbe -- 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.
