I wanted to use the integration to my issue tracker that tortoise offers.
But as I entered the Regular expression for the bugnumber I found out
that the lookbehind operators ("(?<=)", "(?<!)") were not supported.So I would think it would be worth to implement this. The reason I need this is that an example commit message could look like /*Begin of Message*/ +CHANGED: The password could only hold forty(40) characters (#%BUGID%) See also revision r42 /*End of Message*/ So my "Message part expression" was "\+(CHANGED|NEW):.+\(#\d+\)" and my "Bug-ID expression" was "(?<=\(#)\d+(?=\))" so that only the part I set %BUGID% in the example message would be matched by the "Bug-ID expression". But the dialog said "The regular expression is invalid!". -- 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/7904f988-749e-432d-9ea0-fe0be9cdd638%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
