diff options
author | http://joeyh.name/ <joey@web> | 2013-03-11 15:13:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-11 15:13:33 +0000 |
commit | f76b8da8a6461adcf7427a07051e6df8d3089c6f (patch) | |
tree | e29cb435f8b26fd215e849aaf937ec955a619779 /doc | |
parent | 1e9cdba269432b4c82e6bd1378aa4ade2120c347 (diff) |
Added a comment
Diffstat (limited to 'doc')
-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... +"""]] |