From 82a4ce577b9da17e7eccc78b04b7e2e96b809b75 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 24 Nov 2017 18:49:52 -0800 Subject: notes/updates --- notes/drive.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'notes/drive.md') diff --git a/notes/drive.md b/notes/drive.md index 8148acf..9116117 100644 --- a/notes/drive.md +++ b/notes/drive.md @@ -18,3 +18,10 @@ The current path counts as an entry (eg, "/README" decomposes to "/" and Entry indexes are effectively 1-based (0 is the pubkey entry); don't correct for this. + +In children: +- Changes/edits to a path entirely replace the old entry index with the new + index. +- removals of an entry are done by writing a new entry with the same path, no + stat data, and with all child paths removed (of this index and the old + index). -- cgit v1.2.3