git-annex/doc/devblog/day_280__slow_week.mdwn

17 lines
775 B
Text
Raw Normal View History

2015-04-30 18:45:11 +00:00
Reduced activity this week (didn't work on the assistant after all),
but several things got done:
Monday: Fixed `fsck --fast --from remote` to not fail when the remote
2017-02-11 09:38:49 +00:00
didn't support fast copy mode. And dealt with an incompatibility in S3 bucket
2015-04-30 18:45:11 +00:00
names; the old hS3 library supported upper-case bucket names but the new
one needs them all in lower case.
Wednesday: Caught up on most recent backlog, made some improvements
to error handling in `import`, and improved integration with KDE's file
manager to work with newer versions.
Today: Made `import --deduplicate/--clean-duplicates` actively
verify that enough copies of a file exist before deleting it. And,
thinking about some options for batch mode access to git-annex plumbing,
to speed up things that use it a lot.