done
authorJoey Hess <joeyh@joeyh.name>
Mon, 23 Jan 2023 21:57:15 +0000 (17:57 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 23 Jan 2023 21:57:15 +0000 (17:57 -0400)
doc/todo/copy_with_both_--to_and_--from_.mdwn
doc/todo/copy_with_both_--to_and_--from_/comment_8_a230b52cd5985437827bb432a85349ce._comment [new file with mode: 0644]

index 6149912544ec75538bb0aa155a5ccb469b83e075..8183d93c095917255dcb5e2622b4a6af0d196bfc 100644 (file)
@@ -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 (file)
index 0000000..0d6ec2d
--- /dev/null
@@ -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.
+"""]]