From 5f84a102eec92aaa2ccbb470f5fc9d610704af3a Mon Sep 17 00:00:00 2001 From: CandyAngel Date: Mon, 9 Apr 2018 14:56:52 +0000 Subject: [PATCH] Added a comment --- ...nt_1_5dba0ff04c86c7b2697a0750fd1e4b5d._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/git-annex_move_does_not_appear_to_respect_numcopies/comment_1_5dba0ff04c86c7b2697a0750fd1e4b5d._comment diff --git a/doc/forum/git-annex_move_does_not_appear_to_respect_numcopies/comment_1_5dba0ff04c86c7b2697a0750fd1e4b5d._comment b/doc/forum/git-annex_move_does_not_appear_to_respect_numcopies/comment_1_5dba0ff04c86c7b2697a0750fd1e4b5d._comment new file mode 100644 index 0000000000..52b85d16ac --- /dev/null +++ b/doc/forum/git-annex_move_does_not_appear_to_respect_numcopies/comment_1_5dba0ff04c86c7b2697a0750fd1e4b5d._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="CandyAngel" + avatar="http://cdn.libravatar.org/avatar/15c0aade8bec5bf004f939dd73cf9ed8" + subject="comment 1" + date="2018-04-09T14:56:52Z" + content=""" +Well.. it actually says this in the source code for the move command: + + - Note that unlike drop, this does not honor numcopies. + - A file's content can be moved even if there are insufficient copies to + - allow it to be dropped. + +So the behaviour seems to be known/intended. You told it to move the file, so it did. +Perhaps it should output a warning if numcopies is not satisfied after the move? +"""]]