On Friday, September 20, 2019 at 11:47:14 AM UTC+2, (unknown) wrote: > > I checked my working copy now. There is a property "bugtraq:url" in the > root flder of it which contains an URL like: > > https://wwws.mydomain.com/subfolder/mantis/view.php?id=%BUGID% > > and the pattern is %BUGID%. > It is also defined that the Ticked-Id is numerical and at the end > (so pasting/putting text in a field which is numerical as per > this definition would be considered > as bug by me - your view may differ). > > There is no RegEx defined. > Ok, the Setting is not set to be applied recursively. >
When you paste a previous message into the commit dialog, that message is parsed for bug ids. That parsing is done with the assumption that there is a bug id present. So, either the first or the last line of the message is considered the bug-id line. But if that message doesn't contain one, then of course that line in the message contains 'garbage' in respect to a bug-id. Check the bugtraq:message property: it is used to determine whether the message contains a bug-id. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/585f377b-6281-4e1b-86e2-cb09d144ca46%40googlegroups.com.
