Re: DAV:compare-baseline REPORT

On Fri, Feb 09, 2001 at 10:36:15PM -0500, Clemm, Geoff wrote:
> OK, let's get a bit more disciplined here (:-).
> Does anyone else want this change to be made?
> By default, it stays the way it is (i.e. version URLs)
> unless the working group expresses a clear preference
> for making the change.
> 
> Note that one could compute the VCR's from the
> version URLs by just doing
> a Depth PROPFIND for the DAV:checked-in property on
> the baseline-collection, and then match up the
> version URLs with the
> versions from the Depth PROPFIND.

Assuming that Depth:infinity is not available (a good presumption, given the
use of baselines in the first place as a way to avoid overload), then your
PROPFINDs will take log(N) requests before you find the VCR that corresponds
to version in question.

However, if you return VCR URLs, you can get the VR URL in a single
PROPFIND.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Received on Friday, 9 February 2001 22:38:32 UTC