From 8de74df6d496052754fd43a454c7ff361e23f2d5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc" Date: Tue, 2 Jul 2013 04:02:19 +0000 Subject: [PATCH] Added a comment: Variant: file/directory size --- ...ent_2_0d5948965df16e402e620c2e2d449fb1._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_2_0d5948965df16e402e620c2e2d449fb1._comment diff --git a/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_2_0d5948965df16e402e620c2e2d449fb1._comment b/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_2_0d5948965df16e402e620c2e2d449fb1._comment new file mode 100644 index 0000000000..1caa00107f --- /dev/null +++ b/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_2_0d5948965df16e402e620c2e2d449fb1._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc" + nickname="Holger" + subject="Variant: file/directory size" + date="2013-07-02T04:02:19Z" + content=""" +What do you think of the following simpler variant: + % git annex size myfile1.zip + myfile1.zip is 1329 MB + % git annex size mydir/ + mydir contains 2803 files totaling 328 GB. + +It may be a good idea to store the size of a subtree along with the other metadata. It's not a big overhead and you'd avoid the double run. +"""]]