git-annex/Remote
Joey Hess a1432bce2f Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for only partially transferred objects.
This allows eg, putting .git/annex/tmp on a ram disk, if the disk IO
of temp object files is too annoying (and if you don't want to keep
partially transferred objects across reboots).

.git/annex/misctmp must be on the same filesystem as the git work tree,
since files are moved to there in a way that will not work cross-device,
as well as symlinked into there.

I first wanted to put the tmp objects in .git/annex/objects/tmp, but
that would pose transition problems on upgrade when partially transferred
objects existed.

git annex info does not currently show the size of .git/annex/misctemp,
since it should stay small. It would also be ok to make something clean it
out, periodically.
2014-02-26 16:52:56 -04:00
..
External reorganize numcopies code (no behavior changes) 2014-01-21 16:08:59 -04:00
Helper plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
WebDAV more DAV url fixes for windows 2014-02-25 16:16:14 -04:00
Bup.hs plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
Directory.hs plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
External.hs plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
GCrypt.hs remove Read instance for Ref 2014-02-19 01:19:57 -04:00
Git.hs fix bare repo optimisation on Windows 2014-02-25 13:47:09 -04:00
Glacier.hs webapp: Fix creation of box.com, S3, and Glacier repositories, broken in 5.20140221. 2014-02-24 15:29:17 -04:00
Hook.hs plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
List.hs sync --content: New option that makes the content of annexed files be transferred. 2014-01-19 17:49:54 -04:00
Rsync.hs Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for only partially transferred objects. 2014-02-26 16:52:56 -04:00
S3.hs webapp: Fix creation of box.com, S3, and Glacier repositories, broken in 5.20140221. 2014-02-24 15:29:17 -04:00
Tahoe.hs plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
Web.hs add UrlOptions sum type 2014-02-24 22:00:25 -04:00
WebDAV.hs more DAV url fixes for windows 2014-02-25 16:16:14 -04:00