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

Re: Log message filtering and special characters

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-08-30 07:20:52 CEST

On 8/30/07, Alexander Klenin <klenin@gmail.com> wrote:
> TortoiseSVN 1.4.99, Build 10371
>
> What I did:
> 1) open log messages dialog for URL
> http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk
> 2) Enter '36' (without quotes) in search box.

valid regex expression

> 3) Enter '*36' (without quotes) in search box.

invalid regex expression. Normal text search is done

> 4) Enter 'x*36' (without quotes) in search box.

valid regex expression - regex search is done (looking for zero or
more chars of 'x' followed by '36').

> What happened:
> After step 4 the message list coincides with the list after step 1.
>
> What I expected:
> After step 4 the message list should be empty, like after step 3.

Due to the regex search done, this is expected.

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 Thu Aug 30 07:18:01 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.