For starters, figure out what the difference is between the value the merge wants to delete (the value on the LHS of the merge) and the value in the working copy (which had no local mods prior to running 'merge', right?).
I wonder if the issue is that special logic for svn:mergeinfo kicks in only for propmods and not for propdels? What's the svn client version? (patch version too) David Aldrich wrote on Mon, Apr 29, 2013 at 07:21:18 +0000: > Hi > > As a result of merging from trunk to a branch using a 1.7 svn client. Several > directories now have conflicts. For example, directory 'Documents' contains > dir_conflicts.prej, which contains: > > Trying to delete property 'svn:mergeinfo' > but the local property value is different. > <<<<<<< (local property value) > /branches/TRY_DRA_Gcc44_29Oct2011/Documents:3862 > /branches/TRY_DRA_Gcc44_29Sept2011/Documents:3863-3983 > /branches/TRY_DRA_Python_14July10/Documents:2616-2748 > [snip] > /trunk/Documents:4863-4900======= > > >>>>>>> (incoming property value) > > How do I resolve this type of conflict please? > > David