summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 18:30:36 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 18:30:36 -0400
commit78e336434de08edcda121ddee2873023419672b2 (patch)
treece92cafdeed03f7aa25b9a6dd3d1a24708f6ceb4 /doc/todo
parent6c94a19c018154297c3aaee8e600debba50255ee (diff)
fix compaction of export.log
It was not getting old lines removed, because the tree graft confused the updater, so it union merged from the previous git-annex branch, which still contained the old lines. Fixed by carefully using setIndexSha. This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/export.mdwn2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index 69f3dd170..45fc56995 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -17,7 +17,6 @@ there need to be a new interface in supported remotes?
Work is in progress. Todo list:
-* Compact the export.log to remove old entries.
* `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?
@@ -25,7 +24,6 @@ Work is in progress. Todo list:
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.
-* Support export to aditional special remotes (webdav etc)
* Support export in the assistant (when eg setting up a S3 special remote).
Would need git-annex sync to export to the master tree?
This is similar to the little-used preferreddir= preferred content