aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2012-11-04 19:58:44 +0000
committerGravatar admin <admin@branchable.com>2012-11-04 19:58:44 +0000
commit0de57d8c729719bf9aa387138ac1ce596c62c51e (patch)
treecb8c63c8300a38a1af4f9b974d46c61d16902a79
parent072232f35f934533ad20be387ddd62a04d7e3692 (diff)
removed
-rw-r--r--doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_1_7d7deb81e24bca306ea585a25abaf4e7._comment10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_1_7d7deb81e24bca306ea585a25abaf4e7._comment b/doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_1_7d7deb81e24bca306ea585a25abaf4e7._comment
deleted file mode 100644
index 0e96b1133..000000000
--- a/doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_1_7d7deb81e24bca306ea585a25abaf4e7._comment
+++ /dev/null
@@ -1,10 +0,0 @@
-[[!comment format=mdwn
- username="http://joeyh.name/"
- ip="4.152.108.194"
- subject="comment 1"
- date="2012-11-04T19:57:38Z"
- 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.`.
-"""]]