File: day_149__remote_control_working.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (15 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[design/git-remote-daemon]] is tied into the assistant, and working!
Since it's not really ready yet, this is in the `remotecontrol` branch.

My test case for this is two client repositories, both running
the assistant. Both have a bare git repository, accessed over ssh,
set up as their only remote, and no other way to keep in touch with
one-another. When I change a file in one repository,
the other one instantly notices the change and syncs.

This is gonna be *awesome*. Much less need for XMPP. Windows will be fully
usable even without XMPP. Also, most of the work I did today will be fully
reused when the telehash backend gets built. The telehash-c developer is
making noises about it being almost ready for use, too!

Today's work was sponsored by Frédéric Schütz.