File: day_167__safe_direct_mode_transfers.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (12 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
Well underway on making direct mode transfers roll back when the file is
modified while it's transferred.

As expected, it was easy to do for all the special remotes ... Except for
bup, which does not allow deleting content. For bup it just removes the git
ref for the bad content, and relies on bup's use of git delta compression
to keep space use sane.

The problem is also handled by `git-annex-shell sendkey`.
But not yet for downloads from other git repositories. Bit stuck on that.

Also: A few minor bug fixes.