[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Unknown Software exception - Log Message ReqExp

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-04-04 13:50:23 CEST

On 4/4/07, Volker Dusch <v.dusch@meteocontrol.de> wrote:

> after setting the Proprties appended TortoiseSvn crashes everytime i type
> "mantis #" into the log message window.
>
> I attached a Screenshot of the Errormessage. Sry it's German.

Yo mei, des sollt koa Problem sei
:)

>
> bugtraq:label
> Mantis-ID
>
> bugtraq:logregex
> [Mm]antis #?(\d+)(, ?#?(\d+))*
> OR
> [Mm]antis #(\d+)(, #(\d+))*

that regex is the reason. As the manuals state, if you use only *one*
regex instead of two, the grouping indicates the bug-ID number. But
you have a regex with a nested group which doesn't work.

You should split your regex into two lines:
[Mm]antis #?(\d+)(, ?#?(\d+))*
(\d+)

Stefan

> meteocontrol GmbH

You can control the weather? Great! Can I please order 20 degrees and
sunshine for eastern?
:-)

-- 
       ___
  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 Wed Apr 4 13:50:32 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.