Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
all
-
None
Description
Cross-component: libsvn_client libsvn_wc Currently libsvn_client is handling propchanges as 'set' operations, rather than deltas. Undesirable effects include: 2 successive merges affecting the same property will *always* conflict. A merge from branch -> trunk will silently overwrite trunk propchanges with branch propchanges when they should conflict.