diff --git a/doc/todo/import_only_remotes_need_a_way_to_resolve_conflicts.mdwn b/doc/todo/import_only_remotes_need_a_way_to_resolve_conflicts.mdwn new file mode 100644 index 0000000000..c0ac777658 --- /dev/null +++ b/doc/todo/import_only_remotes_need_a_way_to_resolve_conflicts.mdwn @@ -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]]