From 1ee72de32ea979a90ce149537a9b30d2fdba55a3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Jan 2023 17:57:15 -0400 Subject: [PATCH] done --- doc/todo/copy_with_both_--to_and_--from_.mdwn | 2 ++ ...ment_8_a230b52cd5985437827bb432a85349ce._comment | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 doc/todo/copy_with_both_--to_and_--from_/comment_8_a230b52cd5985437827bb432a85349ce._comment diff --git a/doc/todo/copy_with_both_--to_and_--from_.mdwn b/doc/todo/copy_with_both_--to_and_--from_.mdwn index 6149912544..8183d93c09 100644 --- a/doc/todo/copy_with_both_--to_and_--from_.mdwn +++ b/doc/todo/copy_with_both_--to_and_--from_.mdwn @@ -14,3 +14,5 @@ NB may be some `annex sync` would do that magic? [[!meta author=yoh]] [[!tag projects/dandi]] + +> [[implemented|done]] --[[Joey]] diff --git a/doc/todo/copy_with_both_--to_and_--from_/comment_8_a230b52cd5985437827bb432a85349ce._comment b/doc/todo/copy_with_both_--to_and_--from_/comment_8_a230b52cd5985437827bb432a85349ce._comment new file mode 100644 index 0000000000..0d6ec2d0bf --- /dev/null +++ b/doc/todo/copy_with_both_--to_and_--from_/comment_8_a230b52cd5985437827bb432a85349ce._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 8""" + date="2023-01-23T21:45:37Z" + content=""" +I did implement this using the second path described in comment #5. + +And it does download the content to the local annex, and then after +sending it to the destination remote, will drop the local content +(unless it was already present). So running it concurrent with +`git-annex get` may leave local files present or not, depending on which +process gets to a file first. +"""]]