From 1dd4b17bdf19dc01583b47aaa4da6e47086762b8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 8 Jan 2014 20:01:12 -0400 Subject: [PATCH] update --- doc/todo/tahoe_lfs_for_reals.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/todo/tahoe_lfs_for_reals.mdwn b/doc/todo/tahoe_lfs_for_reals.mdwn index 9019767eb9..e5b4a841d3 100644 --- a/doc/todo/tahoe_lfs_for_reals.mdwn +++ b/doc/todo/tahoe_lfs_for_reals.mdwn @@ -10,12 +10,12 @@ own key names (although typically done before data is stored in it), but a tahoe-lafs special remote would be more flexible. To support a special remote, a mapping is needed from git-annex keys to -Tahoe keys. +Tahoe keys, stored in the git-annex branch. -The best place to store this mapping is perhaps as a new field in the -location log: - - date present repo-uuid newfields - -This way, each remote can store its own key-specfic data in the same place -as other key-specific data, with minimal overhead. +> This is now done, however, there are 2 known +> problems: +> +> * tahoe start run unncessarily +> * web.port can conflict +> +> --[[Joey]]