(scroll down for comments...) > > > > On 5月31日, 下午3时30分, Erik Andersson <[email protected]> wrote: > > > > > On Tue, May 31, 2011 at 8:59 AM, fiona > <[email protected]> wrote: > > > > > > Now we use trac as the bugtracking systems, when I > commit some > > > > > > modifies, I can't find the ticket in the trac, I > don't know how to > > > > > > configure the Subversion, if my trac URL is > http://****/trac,how to > > > > > > configure and where the ticket locates? > > > > > > > Hi > > > > > > > What Trac version? > > > > > > > See: > > > > >http://trac.edgewall.org/wiki/TracFaq#can-trac-automatically- > update-a... > > > > > > > Cheers / Erik > > > > > Hi > > > > > Please always reply to list. > > > > > 2011/5/31 fiona <[email protected]> > > > > > > Version is trac.0.12 > > > > > did you > read:http://trac.edgewall.org/wiki/TracFaq#can-trac-automatica > lly-update-a... > > > > > > <http://trac.edgewall.org/wiki/TracFaq#can-trac-automatically- > update-a...>Cheers > > > / Erik > >
> On 6月1日, 上午10时25分, fiona <[email protected]> wrote: > > Hi > > I have > readhttp://trac.edgewall.org/wiki/TracFaq#can-trac-automatical > ly-update-a... > > I still can't find the ticket about I commit.anyone can tell me the > > workflow between trac and Subversion, They work not like > clearcase and clearquest? > > No, Trac and subversion are two Open Souce separate products by different people, not two parts of one commercial product designed to work with each other. In fact, subversion is mostly ignorant of Trac whilst Trac only "supports" subversion. > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of fiona > Sent: 01 June 2011 07:24 > To: Trac Users > Subject: [Trac] Re: How Trac integrate with Subversion > > I think the workflow as follows: > one situation is that on trac you create a ticket and assign to > someone,when the people commit, there will be a list(including the > ticket assigned to him),the people can choose the relate item in the > list; > the other situation is that when someone commit a bug, there should > produce a ticket on trac. > now it seems to work not like this, really I have a mistake? There are however ways to get them to work together. If you are using Trac 0.12 you can configure the new (optional) CommitTicketUpdater plugin, for previous versions of Trac there are post-commit scripts. For more information see the Trac FAQ:- http://trac.edgewall.org/wiki/TracFaq#can-trac-automatically-update-a-ticket-when-i-commit-a-changeset If you are using TortoiseSVN on windows, then this can be configured to provide a list of assigned tickets when committing, see the TortoiseSVN help: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html I hope that helps... ~ Mark C -- 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.
