summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2024-01-18 12:11:10 -0400
committerJoey Hess <joeyh@joeyh.name>2024-01-18 12:11:10 -0400
commit05026e2053359c9b335966e3addf99cf5fb7c358 (patch)
tree0b2ae49a89d2eab824bd48dce79fd201b8fe05d5
parentccc64bc8fffbb517950a0a278552ee4654a3ceac (diff)
not a bug
-rw-r--r--doc/bugs/Option_--from-anywhere_not_recognized_in_copy.mdwn2
-rw-r--r--doc/bugs/Option_--from-anywhere_not_recognized_in_copy/comment_1_92bb18a7a50cf3dcbca75f544d7a0acf._comment21
2 files changed, 22 insertions, 1 deletions
diff --git a/doc/bugs/Option_--from-anywhere_not_recognized_in_copy.mdwn b/doc/bugs/Option_--from-anywhere_not_recognized_in_copy.mdwn
index c255e7d3c6..1f1a806bc1 100644
--- a/doc/bugs/Option_--from-anywhere_not_recognized_in_copy.mdwn
+++ b/doc/bugs/Option_--from-anywhere_not_recognized_in_copy.mdwn
@@ -45,4 +45,4 @@ $ uname -r
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
git annex does everything I was looking for when I found it and then some. Thank you for creating and maintaining it!
-
+> not a bug, version too old [[done]] --[[Joey]]
diff --git a/doc/bugs/Option_--from-anywhere_not_recognized_in_copy/comment_1_92bb18a7a50cf3dcbca75f544d7a0acf._comment b/doc/bugs/Option_--from-anywhere_not_recognized_in_copy/comment_1_92bb18a7a50cf3dcbca75f544d7a0acf._comment
new file mode 100644
index 0000000000..6419182420
--- /dev/null
+++ b/doc/bugs/Option_--from-anywhere_not_recognized_in_copy/comment_1_92bb18a7a50cf3dcbca75f544d7a0acf._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2024-01-18T15:57:56Z"
+ content="""
+Your git-annex version is from before --from-anywhere was implemented.
+
+Also, `--from-anywhere` needs `--to=remote`, as documented on the man page.
+"here" is not a remote name, so `--from-anywhere --to=here` will not work.
+
+ git-annex copy --from-anywhere --to=here
+ git-annex: there is no available git remote named "here"
+
+A simpler way to do what you were trying to do, that does work is
+`git-annex copy --to=here`
+
+An even simpler way to do exactly the same thing is `git-annex get`
+
+So, I don't see any point in trying to support `--from-anywhere --to=here`
+with `git-annex copy`.
+"""]]