diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-02 15:33:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-02 15:33:29 -0400 |
commit | 04f31f98ee20f67214d579374b2e5a0f0a1659ec (patch) | |
tree | e9abe5886724e7717c2807b6b0878341f4291bd5 | |
parent | 95cfa71a0630006b86eb4dfa891ef6ed799490e2 (diff) |
close; fixed by 6f622c6043ad8db9f27a16020c371af68506e8e7
-rw-r--r-- | doc/bugs/sync_--content_tries_to_copy_content_to_metadata_only_repos.mdwn | 7 |
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]] |