Daniel Shahaf <d.s <at> daniel.shahaf.name> writes: >> 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
Ah, I see. I use bash and that passes the wildcard through unchanged. I didn't remember that other shells do it differently. Still, for the people who use bash and similar shells (which must be the majority?), svn will see the wildcard and could offer guidance. -- Ed Avis <e...@waniasset.com>