This commit is contained in:
Joey Hess 2011-03-16 16:14:50 -04:00
parent b7a49283fb
commit 6255865c6c
2 changed files with 14 additions and 0 deletions

View file

@ -6,3 +6,13 @@ file around.
* And, need a way to tell the size of a file before copying it from
a remote, to check local disk space.
As of annex.version 2, this metadata can be available for any type
of backend. Newly added files will always have file size metadata,
while files that used a SHA backend and were added before the upgrade
won't.
So, need a migration process from eg SHA1 to SHA1+filesize. It will
find files that lack size info, and rename their keys to add the size
info. Users with old repos can run this on them, to get the missing
info recorded.

View file

@ -19,3 +19,7 @@ all users, so this should be the *last* reorg in the forseeable future.
(Probably everything after ",k" should be part of the key, even if it
contains the "," separator character. Otherwise an escaping mechanism
would be needed.)
[[done]] now!
Although [[bugs/free_space_checking]] is not quite there --[[Joey]]