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

Re: recursive/nonrecursive

From: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-07-04 21:39:31 CEST

Kevin Pilch-Bisson wrote:
> Also what about the idea of adding the depth enum, and making commands able to
> operate on:
> depth 0 == entry only
> depth 1 == entry + file children
> depth infinity == entry + all children recursively
>
> The problem is that right now non-recursive is a mix of depth 0 and
> depth 1, and we have no way of performing the other way.

I must say that this has bothered me in other places as well. It's the
same thing that the ls -d switch is made for.

My personal pet peeve is 'svn st -vnu .' It shows me all the entries
in the current directory - where as I would want it to show only '.' -
like it does when I say 'svn st -vnu README'.

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 4 21:40:55 2002

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.