Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6456 closed enhancement (worksforme)

Feature : Tie in SVN commit messages with bug numbers in the comments to the trac ticket.

Reported by: anonymous Owned by: Jonas Borgström
Priority: low Milestone:
Component: ticket system Version:
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Description of Enhancement

If a user commits a change with a well-formed reference to a bug in the message, reference the changeset in the bug/ticket view.


Example

Assume there is an open bug, #100, and you commit a change relating to it:

 $ svn ci -m "Addressed the TCP issue as seen in bug:100" --username foob
 Committed revision 10221

When viewing the bug (http://trac/ticket/1000), a link to changeset:10221 would appear in a list of relevant changesets.

Attachments (0)

Change History (1)

comment:1 by Noah Kantrowitz, 16 years ago

Resolution: worksforme
Status: newclosed

Use the trac-post-commit hook script.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.