From 045cd1e8290dd78e1e0e79fb300fbe1729bc67ac Mon Sep 17 00:00:00 2001 From: "shidash@f577ed77e11dcfd714258ba6b25aaf670515222b" Date: Thu, 28 May 2015 21:27:23 +0000 Subject: [PATCH] --- ...39__t_initialize_Tahoe_special_remote.mdwn | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn diff --git a/doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn b/doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn new file mode 100644 index 0000000000..3cdf4a572e --- /dev/null +++ b/doc/bugs/Can__39__t_initialize_Tahoe_special_remote.mdwn @@ -0,0 +1,31 @@ +### Please describe the problem. + +I tried to add a Tahoe special remote as follows- +git annex initremote tahoe type=tahoe embedcreds=yes + +However, this fails and gives me an error saying that tahoe create-client failed because .tahoe is not empty (even when .tahoe did not previously exist). It seems like git-annex is creating a .tahoe/git-annex directory (which is empty) and then trying to run tahoe create-client, which fails because the .tahoe directory was already created by git-annex. + +### What steps will reproduce the problem? +1. Install tahoe and setup a plain git annex repo +2. export TAHOE_FURL=tahoe introducer url here +3. git annex initremote tahoe type=tahoe embedcreds=yes + + +### What version of git-annex are you using? On what operating system? +5.20141024~bpo70+1 on Tails 1.2.1 (Debian Wheezy 32-bit) + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log +$ git annex initremote tahoe type=tahoe embedcreds=yes + +initremote tahoe The base directory '/home/amnesia/.tahoe' is not empty. +To avoid clobbering anything, I am going to quit now. +Please use a different directory, or empty this one. +git-annex: tahoe create-client failed + +# End of transcript or log. +"""]]