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

Re: BUG: using bugtraq:logregex the commit dialog hangs...

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-12-11 17:59:14 CET

Wyss Clemens (Helbling Technik) wrote:
> TSVN build 11556
> 1) set property 'bugtraq:logregex' to '[Ii]ssue #?(\d+)(,? ?#?(\d+))*'
> 2) in the commit dialog type 'issue 123,456' - the dialog hangs after
> 'issue 123,45'
>
> Looks like a "regex evaluator" problem...

Please read the docs carefully. Your regex is wrong. You have to put two
regex strings on two lines, or make sure that the *second* group is the
issue number while the *first* matches the whole expression.

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 Tue Dec 11 17:59:36 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.