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

Re: svn_client_proplist slow to get all of one dir

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2004-11-06 12:43:26 CET

On Nov 5, 2004, at 19:53, Peter N. Lundblad wrote:

> FWIW, I also think it's a good idea. If we implement depth = 0 and
> depth =
> 1, then it is easy to implement depth = any positive number, so why
> not go
> all the way. It might not be commonly useful, but why have arbitrary
> limits that are necessary?

To be pedantic its have a depth > 1 that allows any, not depth 1 or 0.

A patch may not be that hard for the wc side of the world.
There is an internal helper that does the recursive tree walk that
should
not be hard to changed to using a depth rather then a boolean.

In a svn_client_proplist2 what value of depth is the same as
recurse=TRUE,
MAX_INT or -1?

> BTW, if we don't have an issue for this API change, would you mind
> filing
> one, Berry?

Will do.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 6 12:44:45 2004

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.