This commit is contained in:
Joey Hess 2020-12-17 16:29:51 -04:00
parent 400bdb48db
commit 4c63cab467
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,9 @@
If two conflicting trees get imported from an import-only remote, it can
end up in conflict, the same as an export conflict. Except, git-annex
export cannot be used to resolve it, as it's import-only.
Seems that git-annex import should be able to resolve the conflict in this
case. What ever tree it imports is, after all, the tree that's on the
remote now, so just resolve the conflict to say it's the current one
in the export log. But I've not thought through it in detail yet.
--[[Joey]]