
mirek.laus at gmail
May 9, 2012, 12:35 AM
Post #4 of 8
(488 views)
Permalink
|
|
Re: SVN commit ticket reference not appended
[In reply to]
|
|
On May 6, 7:02 am, Mirek Lauš <mirek.l...@gmail.com> wrote: > On May 5, 11:00 pm, RjOllos <ry...@physiosonics.com> wrote: > > > > > > > > > > > On Friday, May 4, 2012 10:57:33 PM UTC-7, Mirek Lauš wrote: > > > > Committing a change set with "close" command, ie. "Closes #322" closes > > > the > > > ticket and appends the message to that ticket. But referring to a > > > ticket with > > > "Refs #322" does not append any message to the ticket. What could be > > > wrong? > > > My first guess would be that you've explicitly set the list of `commit_ticket_update_commands.refs`, > > and it doesn't include "refs". You can find documentation in the ticket > > section of the TracIni page on a trac instance in which the plugin is > > installed, and if you have the CONFIG_VIEW permission, you can view your > > configuration on the `about` page. > > >http://trac.edgewall.org/browser/trunk/tracopt/ticket/commit_updater.... > > Yes, I've tried that also. No matter what I set the > `commit_ticket_update_commands.refs` option to, > the message is never appended to the ticket, it's just recorded with > the changeset commit message. Ok, I've found what's the cause there. The message won't get appended to the ticket while the ticket is already closed. Is there some config option to change that? Or do I have to reopen the ticket manually before commiting? -ml -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
|