Stephen Butler wrote:
> Quoting Neels Janosch Hofmeyr <neels_at_elego.de>:
>
>> Stephen Butler wrote:
>>> This fix also eliminates the nonsensical "deleted with history" status
>>> that used to be displayed for orphaned items.
>> ...
>>> - 'A/B2/E/alpha' : Item(status='D ', wc_rev='-', copied='+'),
>>> + 'A/B2/E/alpha' : Item(status='D ', wc_rev=2),
>>> 'A/B2/lambda' : Item(status='D ', wc_rev='-', copied='+'),
>>> 'A/B2/F' : Item(status='D ', wc_rev='-', copied='+'),
>>> })
>> ...
>>
>> Just today I am intrigued by what a "deleted with history" means. I see
>> there are others remaining. Are they valid, do they mean something? Or are
>> all 'D+' stati bugs?
>
> I'll bet they're 'svn copy' bugs. I must have missed something in the
> wc-to-wc-copy code, which isn't used by merge.
I'm getting the same 'D +' status in merge_tests.py 135, and I'm wondering
if it needs fixing.
~Neels
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2390491
Received on 2009-09-03 03:24:55 CEST