On Monday, February 26, 2018 at 9:38:05 AM UTC+1, Balázs wrote: > > Thank you for the reply. > Could you please explain what do you mean under "reading properties"? > All I see is the list of recent messages contains the same lines as in the > ordinary commit dialog. > The only difference to the user is that the Bug-ID editbox is not updated > on selecting a message from the list. > Isn't this ID extracted from the message text? >
Yes, it is extraced from the message text. But to extract it, TSVN needs to read the project properties to figure out how the bug-Id's are formatted. So without those project properties, it can't extract the bug-id. But: if you start the repo browser from a working copy, the project properties are read from the wc and then it works. Only if you start the repo browser from an url without a working copy, then the project properties are not read. Stefan -- 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/56af4b44-f223-45e5-94e7-4b852ed58f9f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
