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

Re: [PATCH] Issue #3919: fix for spurious property conflict during merge

From: noorul Islam. Kamal Malmiyoda <noorul_at_collab.net>
Date: Sun, 12 Jun 2011 10:06:32 +0530

On Jun 12, 2011, at 1:36 AM, "Brian Neal" <bgneal_at_gmail.com> wrote:

> Hello -
>
> Attached is a patch for issue #3919 [1]. Please review when you have a
> chance. Thanks!
>
> Possible commit message:
>
> [[[
> Fix issue #3919. During a merge of a property, add a check against the
> incoming new property value and the working copy value. If they
> already match, then the merge trivially succeeds.
>
> * subversion/libsvn_wc/props.c
> (apply_single_generic_prop_change): Do nothing if the incoming new
> property value already matches the working value.
>
> ]]]
>
>
> [1]: http://subversion.tigris.org/issues/show_bug.cgi?id=3919
>
>
> Best regards,
> BN
> <issue3919.txt>

I think conditions can be combined to form one "if" statement without "else if".

Thanks and Regards
Noorul
Received on 2011-06-12 06:38:26 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.