tahoe: Use ~/.tahoe-git-annex/ rather than ~/.tahoe/git-annex/ to avoid old versions of tahoe create-client choking.

This commit is contained in:
Joey Hess 2015-06-09 15:29:16 -04:00
parent 4bc46e4d98
commit 800e9f2658
3 changed files with 13 additions and 2 deletions

View file

@ -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]]