From: Joey Hess Date: Mon, 23 Jan 2023 16:45:01 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~60^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=05b2ae30f0546d5371928e928c6f8c9307a6888e;p=git-annex.git update --- diff --git a/doc/todo/copy_with_both_--to_and_--from_/comment_6_959f6081cb3cb777ea4fad70bad07da3._comment b/doc/todo/copy_with_both_--to_and_--from_/comment_6_959f6081cb3cb777ea4fad70bad07da3._comment index 1a15c3943f..4745538330 100644 --- a/doc/todo/copy_with_both_--to_and_--from_/comment_6_959f6081cb3cb777ea4fad70bad07da3._comment +++ b/doc/todo/copy_with_both_--to_and_--from_/comment_6_959f6081cb3cb777ea4fad70bad07da3._comment @@ -24,7 +24,12 @@ mostly less. Although there are two small races that I have not been able to resolve yet, which would result in `git-annex move --from --to`, when run concurrently with a `git-annex get` type process, result in the local copy not being present at the end (see [[!commit a46c385aec2584419330c5dbb571c19ceb92f6fb]]). -That would be surprising behavior, but also unlikely to happen. This approach -also has the problem that, when the file is unlocked, the unlocked file would -get populated after downloading the content, which would be unncessary work. +That would be surprising behavior, but also unlikely to happen. +(And perhaps not too surprising, since running `git-annex move --to` +concurrently with `git-annex get` can of course result in the local copy +not being present at the end..) + +The latter approach also has the problem that, when the file is unlocked, the +unlocked file would get populated after downloading the content, which would be +unncessary work. """]]