directory special remote: Made more efficient and robust.
Files are now written to a tmp directory in the remote, and once all chunks are written, etc, it's moved into the final place atomically. For now, checkpresent still checks every single chunk of a file, because the old method could leave partially transferred files with some chunks present and others not.
This commit is contained in:
parent
d3dfeeb3d9
commit
5f977cc725
5 changed files with 47 additions and 42 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -10,6 +10,7 @@ git-annex (3.20121113) UNRELEASED; urgency=low
|
|||
* Getting a file from chunked directory special remotes no longer buffers
|
||||
it all in memory.
|
||||
* S3: Added progress display for uploading and downloading.
|
||||
* directory special remote: Made more efficient and robust.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 13 Nov 2012 13:17:07 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue