summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Cannot_copy_to_a_git-annex_remote.mdwn3
-rw-r--r--doc/bugs/get_failed__44___but_remote_has_the_file.mdwn5
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/Cannot_copy_to_a_git-annex_remote.mdwn b/doc/bugs/Cannot_copy_to_a_git-annex_remote.mdwn
index cb05338cb..c9e0309b8 100644
--- a/doc/bugs/Cannot_copy_to_a_git-annex_remote.mdwn
+++ b/doc/bugs/Cannot_copy_to_a_git-annex_remote.mdwn
@@ -9,3 +9,6 @@ I do "git copy --to storage FILE" and it says "Copying FILE... failed". That's
How do I fix things so that I can copy again? Nothing that I tried had any effect on the problem.
Thanks!
+
+> Thanks to Jim's smart correlation of this with another bug, I've fixed
+> them both. [[done]] --[[Joey]]
diff --git a/doc/bugs/get_failed__44___but_remote_has_the_file.mdwn b/doc/bugs/get_failed__44___but_remote_has_the_file.mdwn
index 7f0b8612b..254e3d820 100644
--- a/doc/bugs/get_failed__44___but_remote_has_the_file.mdwn
+++ b/doc/bugs/get_failed__44___but_remote_has_the_file.mdwn
@@ -33,3 +33,8 @@ Same `git annex version` on both `pilot` and `bucket`, and I ran `git annex sync
upgrade supported from repository versions: 0 1 2
How should I debug this?
+
+> [[done]], in c6fbed48 I had made some changes to allow transfers
+> to work from readonly filesystems, but a too broad error trapping
+> hid the "transfer already in progress" error it is supposed to display
+> in this case. --[[Joey]]