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 <e...@waniasset.com> >