Stein Somers wrote:
> I see an easy-to-avoid-if-you-know-it issue similar to one fixed
> earlier:
> http://tortoisesvn.tigris.org/servlets/ReadMsg?list=dev&msgNo=13212
>
> TSVN aborts with Application Error unknown software exception 0xd, as
> soon as what you type in the commit dialog matches the logregex, and
> also when there is a match in Show Log.
>
> The folder properties are:
>
> bugtraq:url = whatever
> bugtraq:logregex = bug(?:,? (\d+))*
>
> This was an attempt to simplify the example in the documentation.
> With a (\d+) line appended, there is no crash and all bug-ids are nicely
> listed.
> Replacing * with + fixes the crash too (but identifies only the first
> bug-id).
>
> In an attempt to understand the system, I replaced the second line with
>
> .*
>
> and then (it's been a busy working week) with
>
> (.*)
>
> but both turn the Tortoise process into a voracious beast feeding on
> memory and CPU. I had to put it out of its misery.
Fixed in revision 7259.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Aug 11 19:45:40 2006