todo
authorJoey Hess <joeyh@joeyh.name>
Thu, 17 Dec 2020 20:29:51 +0000 (16:29 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 17 Dec 2020 20:30:51 +0000 (16:30 -0400)
doc/todo/import_only_remotes_need_a_way_to_resolve_conflicts.mdwn [new file with mode: 0644]

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 (file)
index 0000000..c0ac777
--- /dev/null
@@ -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]]