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

Re: svn commit: r26888 - in trunk/subversion: bindings/swig/ruby/libsvn_swig_ruby include libsvn_client libsvn_ra libsvn_ra_svn libsvn_repos libsvn_wc svn svnserve

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-10-14 16:10:59 CEST

"David Glasser" <glasser@davidglasser.net> writes:
> I noticed that there is still a lot of custom DEPTH_TO_RECURSE in
> libsvn_ra_svn/client.c. Is this OK?

Yep, the comment there explains why:

/* We aren't using SVN_DEPTH_IS_RECURSIVE here because that macro (for
   whatever reason) deems svn_depth_immediates as non-recursive, which
   is ... kinda true, but not true enough for our purposes. We need
   our requested recursion level to be *at least* as recursive as the
   real depth we're looking for.
 */
#define DEPTH_TO_RECURSE(d) \
        (((d) == svn_depth_unknown || (d) > svn_depth_files) ? TRUE : FALSE)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 14 16:11:10 2007

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.