Replicated tree data structures are a fundamental building block of distributed filesystems, such as Google Drive and Dropbox, collaborative applications with JSON or XML model. These systems need to support move operation that allows subtree be moved new location within the tree. However, move...