get, copy, move: Display an error message when an identical transfer is already in progress, rather than failing with no indication why.
This commit is contained in:
parent
bb284cd980
commit
e9048ecec8
4 changed files with 25 additions and 10 deletions
|
@ -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]]
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue