summaryrefslogtreecommitdiff
path: root/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-13 15:09:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-13 15:09:47 -0400
commitc0f5b772f52c5c6d30009fd35b4597f27a3a1a5f (patch)
tree8d7b6011c49b1d0b0baa9559c25370d53caba09f /doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
parent3b72782586f5f6872d00891f6b46f5a8cb654e7a (diff)
addurl: Refuse to overwrite any existing, non-annexed file.
Diffstat (limited to 'doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn')
-rw-r--r--doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn b/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
index c72084d62..c3645b6fa 100644
--- a/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
+++ b/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
@@ -25,3 +25,8 @@ git-annex version: 6.20160104+gitg0cf96be-1~ndall+1
"""]
[[!meta author=yoh]]
+
+> I don't think that the re-download is the bug. The actual problem
+> is that the file is present and not an annexed file, so git-annex addurl
+> should avoid overwriting it, whatever its content. [[fixed|done]]
+> --[[Joey]]