Johan Corveleyn wrote:
> On Sun, Jan 29, 2017 at 10:35 AM, Stefan Fuhrmann <stef...@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

Reply via email to