summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-02 15:33:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-02 15:33:29 -0400
commit04f31f98ee20f67214d579374b2e5a0f0a1659ec (patch)
treee9abe5886724e7717c2807b6b0878341f4291bd5 /doc
parent95cfa71a0630006b86eb4dfa891ef6ed799490e2 (diff)
Diffstat (limited to 'doc')
-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]]