diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-31 18:14:04 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-31 18:14:04 -0400 |
commit | 80297832a8fb0e72aa9865b45292b1c1f8e371de (patch) | |
tree | 803971bbfbfa3685279f70f8d609a303a2eead41 /doc/devblog | |
parent | c2c45406ff7e0a94617429d5ea95acb4c23a0f86 (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_467__export_progress.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/devblog/day_467__export_progress.mdwn b/doc/devblog/day_467__export_progress.mdwn new file mode 100644 index 000000000..d5d32d544 --- /dev/null +++ b/doc/devblog/day_467__export_progress.mdwn @@ -0,0 +1,11 @@ +Good progress on `git annex export` today. Changing the exported tree now +works and is done efficiently. Resuming an export is working. Even +detecting and resolving export conflicts should work (have not tested it). +The necessary information about the export is recorded in the git-annex +branch, including grafting in the exported tree there. + +There are some known problems when the tree that is exported contains +multiple files with the same content. And git-annex is not yet able +to download exported files from a special remote. Handling both of those +needs way to get from keys to exported filenames. So, I plan to +populate a sqlite database with that information next. |