summaryrefslogtreecommitdiff
path: root/doc/bugs/get_failed__44___but_remote_has_the_file.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-19 13:56:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-19 13:56:20 -0400
commit639008307a2a299bd8c2ee5b1a12b576646bc0f0 (patch)
treeaf92db1e3fbb7dd6d96d06d4034100a29071363e /doc/bugs/get_failed__44___but_remote_has_the_file.mdwn
parent09e65da8e2b4e3b81a1d1772a9d490fcda22a7a6 (diff)
get, copy, move: Display an error message when an identical transfer is already in progress, rather than failing with no indication why.
Diffstat (limited to 'doc/bugs/get_failed__44___but_remote_has_the_file.mdwn')
-rw-r--r--doc/bugs/get_failed__44___but_remote_has_the_file.mdwn5
1 files changed, 5 insertions, 0 deletions
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]]