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

Re: 'svn list --search' feature complete? (was: re: conflict resolver status update (roll 1.10.0 alpha 1?)

From: Julian Foad <julianfoad_at_apache.org>
Date: Mon, 21 Aug 2017 13:00:36 +0100

Johan Corveleyn wrote:
> On Sun, Jan 29, 2017 at 10:35 AM, Stefan Fuhrmann <stefan2_at_apache.org> wrote:
>> Originally, I wanted to complete the get_list API before the alpha
>> release but I can't make any commitments. So, it is probably better
>> to roll the alpha with whatever is on /trunk at that time.
>
> Is the current state of the new get_list API complete on trunk now? Is
> the 'svn list --search' feature useable / good enough for beta?
> [...]
> BTW: 'svn list --search' isn't described in the release notes yet (and
> neither in CHANGES I believe).

Quickly trying it out, I notice a bug. Matching is, presumably, I hope,
intended to be case-insensitive, consistent with 'svn log --search'. It
doesn't work properly: it seems not to match filenames containing
upper-case characters:

$ svn list | grep -i "^co"
COMMITTERS
configure.ac
contrib/

$ svn list --search 'co*'
configure.ac
contrib/

$ svn list --search 'CO*'
configure.ac
contrib/

- Julian
Received on 2017-08-21 14:00:40 CEST

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

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