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

Re: svn commit: r1456117 - /subversion/trunk/subversion/include/svn_wc.h

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 13 Mar 2013 20:40:19 +0000 (GMT)

Bert Huijben wrote:

>> URL: http://svn.apache.org/r1456117
>> Log:
>> * subversion/include/svn_wc.h
>>   (svn_wc_merge5, svn_wc_merge_props3): Document the merging of
>> properties
>>     a bit better.

>> @@ -1604,6 +1604,8 @@ typedef enum svn_wc_conflict_reason_t
>>     svn_wc_conflict_reason_replaced,
>>     /** Object is moved away. @since New in 1.8. */
>>     svn_wc_conflict_reason_moved_away,
>> +  /** Object is moved away & replaced. @since New in 1.8. */
>> +  svn_wc_conflict_reason_moved_away_replaced,
>>     /** Object is moved here. @since New in 1.8. */
>>     svn_wc_conflict_reason_moved_here
>
> This addition is not referenced in your commit message.
> (And it appears the value is unused)

Accidental change.  Reverted.  Thanks for catching it.

> I'm not sure how relevant it is on a tree conflict that the node was moved
> away, if it is replaced. You can get those details from the working copy if you
> really have to. We don't have to record everything in the reason.

Will discuss another time in another thread.

- Julian
Received on 2013-03-13 21:40:55 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.