summaryrefslogtreecommitdiff
path: root/doc/todo/export.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/export.mdwn')
-rw-r--r--doc/todo/export.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index 5813cd869..f345534e8 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -19,7 +19,11 @@ Work is in progress. Todo list:
* `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?
+ Maybe just show a useful error message in this case?
+ However, exporting from one repository and then trying to update the
+ export from another repository also doesn't work right, because the
+ export database is not populated. So, seems that the export database needs
+ to get populated based on the export log in these cases.
* Efficient handling of renames.
* Support export to aditional special remotes (S3 etc)
* Support export to external special remotes.