From 9889e05160031ce2156ce302a94e57e83cb1491d Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Wed, 15 Oct 2008 08:45:53 +0200 Subject: [PATCH] notes --- Todo | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Todo b/Todo index 38fe17e..d5d7dd7 100644 --- a/Todo +++ b/Todo @@ -1,3 +1,21 @@ +2008-10-15 Andreas J. Koenig + + * reconsider the HTTP epoch only. Not the whole thing over HTTP because + it makes less sense with tight coupling for secondary files. But asking + the server what the current epoch is might be cheaper on HTTP than on + rsync. (Needs to be evaluated) + + * remove the 0.00 from the verbose overview in the Merged column in the + Z row. + + * write tests that expose the problems of the last few days: cascading + client/server roles, tight coupling for secondary RFs, deletes after + copies. + + * Some day we might want to have policy options for the slave: + tight/loose/no coupling with upstream for secondary RFs. tight is what + we have now. loose would wait until a gap occurs that can be closed. + 2008-10-14 Andreas J. Koenig * revisit all $rfs->[$i+1] places if they now make sense still @@ -41,6 +59,8 @@ the middle stops working for a while. Done->merge is suspicious, we must stop it from merging non-conflatable neighbors due to broken continuity. + FIXED + * dirtymark now lives in Recentfile, needs to be used in rmirror. 2008-10-10 Andreas J. Koenig -- 2.11.4.GIT