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

Re: svn commit: r1084971 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 24 Mar 2011 13:37:09 -0400

On Thu, Mar 24, 2011 at 13:33, Greg Stein <gstein_at_gmail.com> wrote:
> On Thu, Mar 24, 2011 at 10:39,  <rhuijben_at_apache.org> wrote:
>>...
>> +++ subversion/trunk/subversion/libsvn_wc/update_editor.c Thu Mar 24 14:39:55 2011
>>...
>> @@ -3615,10 +3609,10 @@ merge_file(svn_skel_t **work_items,
>>   *install_pristine = FALSE;
>>   *install_from = NULL;
>>
>> -  if (new_text_base_sha1_checksum != NULL)
>> +  if (fb->new_text_base_sha1_checksum != NULL)
>>     SVN_ERR(svn_wc__db_pristine_get_path(&new_text_base_tmp_abspath,
>> -                                         eb->db, fb->local_abspath,
>> -                                         new_text_base_sha1_checksum,
>> +                                         eb->db, pb->local_abspath,
>> +                                         fb->new_text_base_sha1_checksum,
>>                                          pool, scratch_pool));
>
> Euh... I don't think you meant to replace fb->local_abspath with pb->
> ... did you? That sounds quite incorrect. IIRC, that would be asking
> for the pristine path of the containing directory.

Ah... never mind. That is the WRI_ABSPATH. The checksum is the key input.

Cheers,
-g
Received on 2011-03-24 18:37:40 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.