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

Re: Filtering with regex gives empty results

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 18 Feb 2017 08:43:24 +0100

On 15.02.2017 15:10, Charles Brossollet wrote:
> Hello,
>
> In the revision log I can't manage to filter with this type of regex on paths: ^\/trunk.*, it gives empty results while it should match all commits that contain "/trunk/*" paths. Strangely ^.* works and gives all commits.
>
> I have checked the "Use regular expression" option in the filter menu. I use TortoiseSVN 1.9.5 on Win7 64bits.
>
> What's wrong on this filter?

the '^' doesn't work as you might expect.
But why are you using a regex? just enter "/trunk/" and you get all
commits below trunk.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3211209
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-02-18 08:43:44 CET

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

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