summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-09 15:29:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-09 15:29:16 -0400
commit2d0ee3223d25a32050f680b6b23f9ebd24d112fa (patch)
tree76d3fea59121ce4f3cba1da8eee1b2387e18f5c1 /doc
parentcb2a155c9f35dfed9581008dcebe8136632cc951 (diff)
tahoe: Use ~/.tahoe-git-annex/ rather than ~/.tahoe/git-annex/ to avoid old versions of tahoe create-client choking.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn b/doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn
index 3cdf4a572..874ba5ba2 100644
--- a/doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn
+++ b/doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn
@@ -29,3 +29,12 @@ git-annex: tahoe create-client failed
# End of transcript or log.
"""]]
+
+> So this was caused by an old version of tahoe-lafs. Might as
+> well support older versions if we can easily, I suppose.
+>
+> I have gone ahead and changed git-annex to use ~/.tahoe-git-annex/
+> instead of ~/.tahoe/git-annex/ when setting up new remotes.
+> Existing remote's configs will be unchanged.
+>
+> So, [[fixed|done]] --[[Joey]]