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

Re: Possibly a bug in SVN 1.5.X

From: Mark Mielke <mark_at_mark.mielke.cc>
Date: Sat, 22 Nov 2008 21:29:49 -0500

David Glasser wrote:
>
> There is nothing in the svn UI, or in any standard Unix tool, where
> "specify a filename and a recursive flag" means to search for all
> files with that name and act on them. If you want that, "find" works.
>

Alternatively, it can be the responsibility of the shell. For example,
under ZSH:

    $ svn info **/blah.xml

ZSH will expand **/blah.xml before call svn.

In any case - I agree with the David and the SVN folk - no UNIX command
I can think of works the way the original poster is requesting?

Cheers,
mark

-- 
Mark Mielke <mark_at_mielke.cc>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-23 03:30:25 CET

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.