Modify ↓
Opened 18 years ago
Last modified 4 years ago
#834 new enhancement
FIXME/TODO - AutoCreate tickets using tags from svn repository
Reported by: | anonymous | Owned by: | anybody |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
The current FIXME/TODO plugin obtains a list of these, but it would be awesome if it could either automagically create tickets, or more appropriately have a single button that when clicked generates a ticket.
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
comment:2 Changed 15 years ago by
Replying to anonymous:
The current FIXME/TODO plugin obtains a list of these, but it would be awesome if it could either automagically create tickets, or more appropriately have a single button that when clicked generates a ticket.
Seems like the single button would be an enhancement to the existing CodeTagsPlugin. I like the idea.
comment:3 Changed 7 years ago by
Severity: | blocker → normal |
---|
Note: See
TracTickets for help on using
tickets.
I would tend to think that this would be better implemented as an SVN post-commit-hook. Consider that an SVN repository should contain everything needed to build the end product.
If I needed to add a vendor branch of libboost (http://www.boost.org) to my repository, I just imported tons of new FIXME's that I don't need tickets for.
Any implementation of this will need some way to easily exclude things like vendor branches.