You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@collab.net> on 2006/11/22 19:10:31 UTC

Re: svnlook tree non recursive

On Fri, 22 Dec 2006, Florent Guiliani wrote:

> Hi all,
> 
> This is a (re) feature request after this first one:
> http://svn.haxx.se/dev/archive-2004-03/0095.shtml
> 
> I need to list all my branches in a pre-commit hook. It would be nice 
> (and Borat will agree ;)) if svnlook tree can take a --non-recursive option.

Florent, this sounds like a reasonable enhancement.  Please file a P4
enhancement request in the issue tracker, tagged as "bite-sized" in
the Keywords field, elaborating on your use case(s).

 http://subversion.tigris.org/issues/

Until this is implemented, you can wrap a script around the output to
filter out the portions of the tree which you're not interested in.

Thanks, Dan