summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-06 15:46:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-06 15:46:35 -0400
commit87ac73c70d33e15a537205d2d942bdfc4903dae7 (patch)
treeb4518be7867e0c0215fa389229e9e0890a7cce3c /doc/todo
parent6fcefbdb6629c3e94c41bc05a6b7c224ade99ba0 (diff)
todo
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/export.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index f345534e8..24b49ca85 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -17,6 +17,10 @@ there need to be a new interface in supported remotes?
Work is in progress. Todo list:
+* initremote: Don't allow "exporttree=yes" to be set when the special remote
+ does not support exports. That would be confusing since the user would
+ set up a special remote for exports, but `git annex export` to it would
+ later fail..
* `git annex get --from export` works in the repo that exported to it,
but in another repo, the export db won't be populated, so it won't work.
Maybe just show a useful error message in this case?