Project

General

Profile

how to connect a ticket with a repository-revision

Added by Marco Tralles almost 16 years ago

i was unable to figure out how i can connect a revision (e.g. in subversion) with a Bug-Report-Ticket if i fixed problem and commit the revision? There is no How-To yet - so i hope i can get a answer here.

i'm using:

Redmine 0.7
MySQL 5
Rails 2.0.2
Ruby 1.8.6
Subversion 1.4.2

Tanks …


Replies (2)

RE: how to connect a ticket with a repository-revision - Added by Carl Nygard almost 16 years ago

either you have to mention the issue id in the commit description text when you make the commit, or you can make a comment to the issue and reference the revision with e.g. r1234. There are keywords for the commit message (refs, references, IssueID, resolves, fixes) that when combined with the issue id will automatically create a reference between the two. See your Administration -> Settings -> Repository for more details.

RE: how to connect a ticket with a repository-revision - Added by Marco Tralles almost 16 years ago

thanks a lot - now i can use redmine's magic …
that schould be written as howto :)

    (1-2/2)