aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/git-annex_does_not_respect_preferred_content_settings/comment_1_ea347ea6ebdfe5ccfb0ed8786638f279._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/git-annex_does_not_respect_preferred_content_settings/comment_1_ea347ea6ebdfe5ccfb0ed8786638f279._comment b/doc/forum/git-annex_does_not_respect_preferred_content_settings/comment_1_ea347ea6ebdfe5ccfb0ed8786638f279._comment
new file mode 100644
index 000000000..647a9d1e2
--- /dev/null
+++ b/doc/forum/git-annex_does_not_respect_preferred_content_settings/comment_1_ea347ea6ebdfe5ccfb0ed8786638f279._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-09-11T17:49:32Z"
+ content="""
+Um, I'm pretty sure git-annex respects your preferred content settings.
+Whether the settings do what you think they do is another matter.
+
+When I tried replicating the same settings you show, "git annex get --auto"
+didn't want to get any files. That makes perfect sense, since
+"present" only succeeds if the file is already in the repo, so for files
+that are not, it fails, and so "present AND foo" fails, and so the file is
+not wanted.
+
+Lose the "present". All you need to make the files land on only 1 of the
+PodA repos is "not copies=PodA:1"
+"""]]