Release Notes

Internal

5.4.10.564: May 07 2014

Bug

Server: The server was returning a 'CmItemLoadedTwiceOnTreeException' performing a checkin after a merge operation, when the merge source contributor has performed changes like the example below:

* Initial content:

 
    /
    /dialogs
    /dialogs/Progress.cs
    /views    
    

* Changes on source contributor

 
    added    /gui
    moved    /views   -> /gui/views
    moved    /dialogs -> /gui/views/common
    modified /gui/views/common/Progress.cs
    

This issue has been fixed.