diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-11 12:57:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-11 12:57:35 -0400 |
commit | 71cd744329491c7480bbf168c5f4630037d30688 (patch) | |
tree | 9cc47cb829f4b624545176d74b6d3b7bb43a7bcc | |
parent | 8c5d75f6fbde080f3e3ad0766b5f3a1d4cee8d81 (diff) | |
parent | f76b8da8a6461adcf7427a07051e6df8d3089c6f (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/forum/Centralized_repository_with_webapp/comment_1_dcb9b07fd154f4d4fdef4809cc37ce77._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Centralized_repository_with_webapp/comment_1_dcb9b07fd154f4d4fdef4809cc37ce77._comment b/doc/forum/Centralized_repository_with_webapp/comment_1_dcb9b07fd154f4d4fdef4809cc37ce77._comment new file mode 100644 index 000000000..78866072e --- /dev/null +++ b/doc/forum/Centralized_repository_with_webapp/comment_1_dcb9b07fd154f4d4fdef4809cc37ce77._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-03-11T15:13:32Z" + content=""" +Your setup is fine as far as it goes. The problem is that a client has no way to know when another client has pushed a change to the centralized repository. It might take quite a while before it decides on its own to go pull changes from there (most often because *it* has now changed a file, and realizes it needs to sync), and so it won't see files the other client has added right away. + +The solution to this is to go to Configuration -> Jabber account, and set both clients up using the same Jabber account. (Or, if these two machines belong to different people, you can pick \"pair with a friend\" to link one with the other over Jabber.) + +Now when one client pushes to the centralized repository, it will immediately send the other a message letting it know something has changed. + +The webapp actually pops up an alert when you add that centralized ssh repository, to nudge you to do this: + +[[/assistant/xmppnudge.png]] + +I'm trying to find ways to make the need to do this more clear... +"""]] |