/
Wrong value for "bugtraq:logregex" SVN property
Wrong value for "bugtraq:logregex" SVN property
The "bugtraq:logregex" SVN property is used by TortoiseSVN and maybe other SVN clients to figure out bug IDs associated with given commit by parsing its message.
Turns out, that due heavy PhpStorm usage (which doesn't support that property) we've forgot to update it to match JIRA issues instead of Mantis issues when switched to JIRA.
Solution
The value of "bugtraq:logregex
" SVN property to "([A-Z]+\-\d+)
".