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

Re: [TSVN] tsvn chrashes on commit with bugraq:logregex enabled

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-08-26 19:56:40 CEST

thomas_steinkamp@freenet.de wrote:

> TSVN chrashes with the regex below set in the logregex property.
> The regex is supposed to recognize the number part in strings of the following forms:
> Mantis:1234
> or
> #1234
>
> When entering the Mantis:1234 in the commit message box, tsvn chrashes wenn one starts to type the number. When using the #1234 form, everything is fine.
> (When i reverse the regex to #([0-9]+)|([0-9]+), the chrash happens on #1234)
>
> Maybe the regex is not the best of all, but the resulting exception or whatever should be chaught.
>
> regards, Thomas
>
>
> #
> # The properties
> #
> #
> B:temp>svn pl test -v
> Properties on 'test':
> bugtraq:url : http://ideface:81/mantis/view.php?id=%BUGID%
> bugtraq:message : fixed Mantis:%BUGID%
> bugtraq:logregex : Mantis:([0-9]+)|#([0-9]+)

Thanks for the report.
Fixed in revision 4262.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Aug 26 19:57:05 2005

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.