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

Re: svn commit: r1208833 - in /subversion/trunk/subversion/libsvn_wc: status.c update_editor.c util.c wc.h

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 2 Feb 2012 13:03:27 +0000 (GMT)

Julian Foad wrote:

> hwright_at_apache.org wrote:
>> URL: http://svn.apache.org/viewvc?rev=1208833&view=rev
>> Log:
>> In libsvn_wc, when fetching props for the Ev2 shims, add a flag to the
>> baton so we can fetch the proper kind of props, either actual or base,
>> depending on the application.
>
> That distinction should obviously apply to fetching the text and the node kind
> as well, not just the props.

The corresponding functions for fetching the kind and the text (svn_wc__fetch_kind_func(), svn_wc__fetch_base_func()) need updating in the same way, don't they?  At the very least, if the implementation doesn't need the base kind or the base text *yet*, they should assert that sfb->fetch_base is false.

- Julian
Received on 2012-02-02 14:04:04 CET

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.