summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/sync_--content_tries_to_copy_content_to_metadata_only_repos.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/sync_--content_tries_to_copy_content_to_metadata_only_repos.mdwn b/doc/bugs/sync_--content_tries_to_copy_content_to_metadata_only_repos.mdwn
index 073d5eb0f..4714eac7a 100644
--- a/doc/bugs/sync_--content_tries_to_copy_content_to_metadata_only_repos.mdwn
+++ b/doc/bugs/sync_--content_tries_to_copy_content_to_metadata_only_repos.mdwn
@@ -25,3 +25,10 @@ rsync error: the --max-delete limit stopped deletions (code 25) at /SourceCache/
rsync failed -- run git annex again to resume file transfer
failed
"""]]
+
+> From the error message, I can see that your origin repository
+> has an annex.uuid set (to "03ac7aa9-d14c-4b60-adae-02e4a5ec0fa8").
+> So, I assume that, if you don't want git-annex sync to use it,
+> you must have remote.origin.annex-ignore set to true. So, I think I fixed
+> this a day or two ago when I made sync --content honor the annex-ignore
+> setting. [[done]] --[[Joey]]