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

Re: Feature request: expand wildcards

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 5 Jan 2011 15:37:06 +0200

Ed Avis wrote on Wed, Jan 05, 2011 at 12:52:39 +0000:
> Daniel Shahaf <d.s <at> daniel.shahaf.name> writes:
>
> > svn commit --changelist :glob:'*.foo'
>
> From my point of view that would be useful, if combined with a warning message:
>
> No file matching '*.foo' - to expand wildcards, say
> svn commit --changelist :glob:'*.foo'
>

This can't be implemented in svn itself: for example, my shell
simply raises an error (without running the program) if a wildcard
failed to match:

% true *.nonexistent
zsh: no matches found: *.nonexistent
% echo $?
1
%

(the same would hold for s/true/svn/)

> Thanks for producing the patch - I guess it's up to the other developers now.
>

Yep. I'm not fully convinced yet that it's a good idea.

Feel free to shepherd the issue though, e.g., start discussions (on the
appropriate list) to see what improvements are both doable and
acceptable and etc.

> --
> Ed Avis <eda_at_waniasset.com>
>
Received on 2011-01-05 14:40:34 CET

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

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