Added a comment
This commit is contained in:
parent
6be068f918
commit
cae5dfaff9
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.152.108.194"
|
||||
subject="comment 3"
|
||||
date="2012-11-04T19:58:28Z"
|
||||
content="""
|
||||
I'm not at all comfortable with either idea. Temporarily repointing the symlink could lead to accidentially git committing a bad symlink. Or the user accidentially doing something with a partially transferred file. 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.`.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue