summaryrefslogtreecommitdiff
path: root/doc/bugs/Unable_to_sync_a_second_machine_through_Box/comment_2_3375e9bfab3fed271413bd9bb5fa0121._comment
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/Unable_to_sync_a_second_machine_through_Box/comment_2_3375e9bfab3fed271413bd9bb5fa0121._comment
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
Diffstat (limited to 'doc/bugs/Unable_to_sync_a_second_machine_through_Box/comment_2_3375e9bfab3fed271413bd9bb5fa0121._comment')
-rw-r--r--doc/bugs/Unable_to_sync_a_second_machine_through_Box/comment_2_3375e9bfab3fed271413bd9bb5fa0121._comment30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/bugs/Unable_to_sync_a_second_machine_through_Box/comment_2_3375e9bfab3fed271413bd9bb5fa0121._comment b/doc/bugs/Unable_to_sync_a_second_machine_through_Box/comment_2_3375e9bfab3fed271413bd9bb5fa0121._comment
deleted file mode 100644
index f3a39ef2f..000000000
--- a/doc/bugs/Unable_to_sync_a_second_machine_through_Box/comment_2_3375e9bfab3fed271413bd9bb5fa0121._comment
+++ /dev/null
@@ -1,30 +0,0 @@
-[[!comment format=mdwn
- username="http://keverets.livejournal.com/"
- ip="108.170.138.61"
- subject="comment 2"
- date="2013-04-23T19:04:15Z"
- content="""
-I do see XMPP connecting after I enable logging (could the XMPP status be shown in the webapp directly?)
-
-It shows long, long lists of PresenceMessages:
-
- [2013-04-23 14:55:56 EDT] XMPPClient: connected JID \"...\"
- [2013-04-23 14:55:56 EDT] XMPPClient: received: [PresenceMessage (Presence {presenceType = PresenceAvailable, presenceTo = Just (JID ...
-
-Still no files gets transferred from Box.com to the second machine. I see:
-
- [2013-04-23 14:53:41 EDT] main: Syncing with box.com
-
-but no:
-
- XMPPClient: Syncing
-
-anywhere in the log.
-
->> When editing the Box.com repository, the option to select a directory no longer appears
-> This is normal; it doesn't make sense to change the directory the remote uses once the remote is in use.
-
-It might not make sense to change it, but it would be useful to still see it (if disabled), especially when there are a few different Box.com directories that are shared with different repositories.
-
-Thanks again for any hints.
-"""]]