[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

buqtrack

From: Tamas Gulyas <tamas.gulyas_at_ttcontrol.com>
Date: Thu, 21 Apr 2016 01:27:02 -0700 (PDT)

If you add a bugtrack:message property then there will be a duplicated issue entry if the user commits using the 'Recent messages' button to commit the new message.

(1.9.4) how eproduce:

1) Commit your file with message "[doc] commit1 (http://my.issue.tracker.com/issue12345)"
2) Change, and commit your file again, click on 'Recent messages', import commit1.
3) Modify your issue id to 54321 ("[doc] commit1 (http://my.issue.tracker.com/issue54321)"
   (at this point you can see that on the top right corner the Bug-ID is still 12345)
4) Commit and check your log, this will show the following:
   "[doc] commit1 (http://my.issue.tracker.com/issue54321)
    (http://my.issue.tracker.com/issue12345)"

The problem i guess is that the parsing of the commit message happens when first inserting the matching url/id.
Once the Bug-ID field is filled, it is not updated -> tortoise will add the bug-id field at the end of the message.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3169704

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-04-21 16:51:47 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.