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

Re: svn commit: r1354973 - in /subversion/trunk/subversion/libsvn_wc: conflicts.c conflicts.h props.c

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 28 Jun 2012 13:02:02 -0400

On Thu, Jun 28, 2012 at 12:57 PM, Greg Stein <gstein_at_gmail.com> wrote:
>...
>> +                                        svn_wc__db_t *db,
>> +                                        const char *wri_abspath,
>> +                                        const char *marker_abspath,
>> +                                        apr_hash_t *original_props,
>> +                                        apr_hash_t *mine_props,
>> +                                        apr_hash_t *their_props,
>> +                                        apr_hash_t *conflicted_prop_names,
>> +                                        apr_pool_t *result_pool,
>> +                                        apr_pool_t *scratch_pool);
>
> As I mentioned in conflict-storage-2.0, there are four sets of
> properties. Do we just never generating the incoming-base properties?

Answering myself: yes, we already have the four property values. This
API and the storage should account for that.

(and should CONFLICTED_PROP_NAMES be an array of char* rather than a hash?)

Cheers,
-g
Received on 2012-06-28 19:02:36 CEST

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.