notes on possibilities
This commit is contained in:
parent
33fdcd59be
commit
f5022e77be
1 changed files with 14 additions and 0 deletions
|
@ -28,6 +28,20 @@ been a change to Alice's git repo. Then he needs to pull from Alice's git repo,
|
||||||
or some other repo in the cloud she pushed to. Once both steps are done,
|
or some other repo in the cloud she pushed to. Once both steps are done,
|
||||||
the assistant will transfer the file from the cloud to Bob.
|
the assistant will transfer the file from the cloud to Bob.
|
||||||
|
|
||||||
|
* dvcs-autosync uses jabber; all repos need to have the same jabber account
|
||||||
|
configured, and send self-messages. An alternative would be to have
|
||||||
|
different accounts that join a channel or message each other. Still needs
|
||||||
|
account configuration.
|
||||||
|
* irc could be used. With a default irc network, and an agreed-upon channel,
|
||||||
|
no configuration should be needed. IRC might be harder to get through
|
||||||
|
some firewalls, and is prone to netsplits, etc. IRC networks have reasons
|
||||||
|
to be wary of bots using them. Only basic notifications could be done over
|
||||||
|
irc, as it has little security.
|
||||||
|
* When there's a ssh server involved, code could be run on it to notify
|
||||||
|
logged-in clients. But this is not a general solution to this problem.
|
||||||
|
* pubsubhubbub does not seem like an option; its hubs want to pull down
|
||||||
|
a feed over http.
|
||||||
|
|
||||||
## storing git repos in the cloud
|
## storing git repos in the cloud
|
||||||
|
|
||||||
Of course, one option is to just use github etc to store the git repo.
|
Of course, one option is to just use github etc to store the git repo.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue