diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-17 11:32:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-17 11:55:36 -0400 |
commit | dc2e0d0d9bc8d5fd106e7c1c8d871498f8012233 (patch) | |
tree | c7c61a6b29ee5531ac250e36a7cf12a99a070c62 /doc | |
parent | b1321745f54c4f9ff5a17aaf43db821feb914d54 (diff) |
updates
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/syncing.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 836dac43c..a9f59f496 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -7,7 +7,9 @@ all the other git clones, at both the git level and the key/value level. location tracking indicates remotes do not, and enqueue Uploads for them. Also, enqueue Downloads for any files we're missing. * After git sync, identify content that we don't have that is now available - on remotes, and transfer. + on remotes, and transfer. But first, need to ensure that when a remote + receives content, and updates its location log, it syncs that update + out. ## longer-term TODO @@ -90,6 +92,8 @@ anyway. Watcher. **done** * enqueue Tranferrs (Downloads) as new dangling symlinks are noticed by Watcher. **done** + (Note: Needs git-annex branch to be merged before the tree is merged, + so it knows where to download from. Checked and this is the case.) * Write basic Transfer handling thread. Multiple such threads need to be able to be run at once. Each will need its own independant copy of the Annex state monad. **done** |