diff --git a/doc/bugs/git_annex_move_--unused_not_moving_some_files/comment_5_85ef3d6a4f2e67f16ee4bd30e58ef4fc._comment b/doc/bugs/git_annex_move_--unused_not_moving_some_files/comment_5_85ef3d6a4f2e67f16ee4bd30e58ef4fc._comment new file mode 100644 index 0000000000..687ed85429 --- /dev/null +++ b/doc/bugs/git_annex_move_--unused_not_moving_some_files/comment_5_85ef3d6a4f2e67f16ee4bd30e58ef4fc._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2021-09-27T16:20:19Z" + content=""" +Well it's not surprising that `git annex copy -t bims` does nothing when +the files are in the remote. Although it would normally display +each unused key and just say "ok" when it verifies that the remote has the +content. + +But move and drop doing nothing while whereis does is strange. It +must not be a problem with getting the list of unused keys, since whereis +works. + +You showed `git annex move` not displaying any output, which is what's +really weird. Does `git annex drop --unused --in bims` display any output? +What about `git annex copy -t bims`? +"""]]