diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-08 18:27:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-08 18:27:08 -0400 |
commit | cf7f34c3789f3b0b02de068dcb3d390b4abb44cd (patch) | |
tree | 4b2c66957824efde3d07cd1cb9a61083a0d609e4 /doc/devblog/day_149__remote_control_working.mdwn | |
parent | b0b20ce110977cab89e320451e44032df1077db5 (diff) |
devblog
Diffstat (limited to 'doc/devblog/day_149__remote_control_working.mdwn')
-rw-r--r-- | doc/devblog/day_149__remote_control_working.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_149__remote_control_working.mdwn b/doc/devblog/day_149__remote_control_working.mdwn new file mode 100644 index 000000000..9f92d96b1 --- /dev/null +++ b/doc/devblog/day_149__remote_control_working.mdwn @@ -0,0 +1,13 @@ +[[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! |