From 847f4dddda6fb4b9e07562c52289174792b65ac9 Mon Sep 17 00:00:00 2001 From: warner <> Date: Thu, 9 Aug 2007 20:32:12 +0000 Subject: [PATCH] this is obsolete but still historically valuable [Imported from Trac: page FileTree, version 2] --- FileTree.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FileTree.md b/FileTree.md index 628930e..85b7b88 100644 --- a/FileTree.md +++ b/FileTree.md @@ -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 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.