Confluently Persistent Tries for Efficient Version Control

Published: 2008, Last Modified: 17 May 2025SWAT 2008EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: We consider a data-structural problem motivated by version control of a hierarchical directory structure in a system like Subversion. The model is that directories and files can be moved and copied between two arbitrary versions in addition to being added or removed in an arbitrary version. Equivalently, we wish to maintain a confluently persistent trie (where internal nodes represent directories, leaves represent files, and edge labels represent path names), subject to copying a subtree between two arbitrary versions, adding a new child to an existing node, and deleting an existing subtree in an arbitrary version.
Loading