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

Re: svn commit: r14736 - in trunk/subversion: tests/clients/cmdline

From: <kfogel_at_collab.net>
Date: 2005-05-16 18:37:54 CEST

"C. Michael Pilato" <cmpilato@collab.net> writes:
> IIRC, mod_dav supports (practically) arbitrary depths by simply
> defining a DEPTH_INFINITY constant which == MAXINT. Depths are just
> passed around as integers, which each recursive decrementing its copy
> of the depth parameter until 0 is reached. There's no reason we
> couldn't do the same, and arbitrary depth precision would allow GUI
> clients to use this stuff for, say, arbitrary-depth caching of
> information, or the likes.

That's a much larger change, and not consistent with the semantics of
the 'depth' parameters already in our APIs. I'm not saying it's a bad
idea, just that it's kind of a new topic relative to this proposal.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 16 19:15:17 2005

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.