summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2012-11-04 19:57:48 +0000
committerGravatar admin <admin@branchable.com>2012-11-04 19:57:48 +0000
commitf317ee754913c2cd4640de112f5bc137de3984e8 (patch)
treec4f3bfa99316c9d5e9dce93c245b664e729fe12c /doc/todo
parent9094c90234d98e5540fb04989699b213476618e7 (diff)
Added a comment
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_2_422d0870917bb6cab89a75031344a409._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_2_422d0870917bb6cab89a75031344a409._comment b/doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_2_422d0870917bb6cab89a75031344a409._comment
new file mode 100644
index 000000000..882246e9f
--- /dev/null
+++ b/doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_2_422d0870917bb6cab89a75031344a409._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.152.108.194"
+ subject="comment 2"
+ date="2012-11-04T19:57:48Z"
+ content="""
+I'm not at all comfortable with either idea. Temporarily repointing the symlink could lead to accidentially git committing a bad symlink. Running rsync in place would break lots of things that assume that, once the file is present, it can be assumed to be the full and correct file. (Obviously fsck doesn't assume that, but checks made by `git annex drop` do, for example.)
+
+However, you can access partially transferred files by key in `.git/annex/tmp`. It would be easy to write some hack that looks at the symlink to get the key, and then spits out the name of the partial file in `.git/annex/tmp.`.
+"""]]