Hello Stefan Great! That helped much!
I created a rather simple regex "tsvn:logrevregex=\b(r\d+)". This is enough because in our team we only use the form r1234 to explicitly refer to a revision. Thanks Clemens P.S. For other readers it should be noted that Stefan quoted from the source code. So L"\\b(r\\d+)... actually is \b(r\d+)... -- 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/a158b8ae-10f0-4c70-bffb-fc0e0d61ed12%40googlegroups.com.
