Closed GoogleCodeExporter closed 8 years ago
??? hrmm. This seems to be one of those "can't please everyone" things... I
actually just changed it to only show one in that box due to complaints that
the defect id list was not passing the numerical filter. I'm still considering
a few possible ways I please both types of users.
for now see this code to fix it:
http://code.google.com/p/csharptest-net/source/browse/trunk/src/Tools/SvnPlugin/
MyPlugin.cs#372
Original comment by Grig...@gmail.com
on 14 Sep 2010 at 1:34
I would think that you would need to include all the issue ids otherwise only
one hyperlink is shown in the Tortoise SVN log. Multiple issue ids, with the
bugtraq:number property set to TRUE, will work if the ids are formatted as a
numeric comma delimited string such as 111,222,333,444
Original comment by johnrubi...@gmail.com
on 14 Sep 2010 at 11:43
This can be solved by setting the value for the bugtraq:logregex, see
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html
We use the characters 'SV-' to previx defects and set our bugtraq:logregex to
the following two lines of text:
([Ss][Vv]-[0-9]+)[^\w]
(\d+)
Once this is set, TortoiseSVN will correctly place all defect ids into the
bugId field of the commit.
Original comment by Grig...@gmail.com
on 26 Jan 2011 at 10:54
Original issue reported on code.google.com by
johnrubi...@gmail.com
on 27 Aug 2010 at 6:06