this is obsolete but still historically valuable

[Imported from Trac: page FileTree, version 2]
warner 2007-08-09 20:32:12 +00:00
parent 4634b4a4ea
commit 847f4dddda

@ -1,3 +1,7 @@
## Obsolete
The structures described by the page were removed around June 2007, replaced by the simpler [DirectoryNode](DirectoryNode) approach. However, the concepts this page describes are still applicable, and some of this approach may yet live again.
## Subtrees ## Subtrees
In Tahoe, a virtual drive is made up of a collection of "subtrees". Each subtree has zero or more levels of internal directory nodes. Each directory node is a mapping from child name to either another directory node or to a "child specification string" that references another subtree or an actual file. In Tahoe, a virtual drive is made up of a collection of "subtrees". Each subtree has zero or more levels of internal directory nodes. Each directory node is a mapping from child name to either another directory node or to a "child specification string" that references another subtree or an actual file.