Hello, thanks for this explanation. I just still feel there's something not right. I think my message didn't contain any number and the ID field is defined as numeric.
So why is Tortoise writing some non numeric text into a field which is defined as numeric? If there's no regex defined it should not search the last log message for any ID at all I guess? Best regards Markus Am Freitag, 20. September 2019 12:28:41 UTC+2 schrieb H. Niemann: > > Hi! > > > > With a similar bugtraq:url, my bugtraq:logregex is (#\d+) (\d+), i.e. > > Message part expression (#\d+) > > Bug-ID expression (\d+) > > > > So if a ticket number like #1234 shows in the log message, that will be > detected (first regex) and from that just the digits (second regex) will be > copied to the Bug-ID field. > > > > At least that is my understanding how it works. > > > > I’d guess you need to read the documentation about the bugtraq:logregex, > especially the first part of it, and construct a correct regexp for the > format you use. > > > > It looks like the system does unexpected things if you leave the logregex > empty. > > > > Regards > > Hartmut > > > > You 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% > <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwwws.mydomain.com%2Fsubfolder%2Fmantis%2Fview.php%3Fid%3D%25BUGID%25&data=02%7C01%7Chartmut.niemann%40siemens.com%7C51462d848a294a5a732408d73daf8c1e%7C38ae3bcd95794fd4addab42e1495d55a%7C1%7C0%7C637045696481428099&sdata=d8P9TGZ4SqnDG6CDkliEmhLztg1YN%2FhxJljFRJE5B5w%3D&reserved=0> > > > > 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. > > > > That's what I can tell about it now. > > Any idea? > > > > > -- 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/6957991b-f5fe-4053-945c-345db8b267da%40googlegroups.com.
