diff options
author | jtang <jtang@web> | 2012-07-26 20:42:37 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-26 20:42:37 +0000 |
commit | af31df77a0634ff5fc7cda6dc4531cf3345f0ef8 (patch) | |
tree | a68eb86f7ed3c26ef2cb0ee457bbb1c0f967765c /doc | |
parent | 2a91034e8b868d513b47b9ea1a847e61f6dba676 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Looking_at_the_webapp_on_OSX/comment_2_4ce86546d8a135df9cfab46b4612fa0b._comment | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/forum/Looking_at_the_webapp_on_OSX/comment_2_4ce86546d8a135df9cfab46b4612fa0b._comment b/doc/forum/Looking_at_the_webapp_on_OSX/comment_2_4ce86546d8a135df9cfab46b4612fa0b._comment new file mode 100644 index 000000000..b24956b8c --- /dev/null +++ b/doc/forum/Looking_at_the_webapp_on_OSX/comment_2_4ce86546d8a135df9cfab46b4612fa0b._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="jtang" + ip="79.97.135.214" + subject="comment 2" + date="2012-07-26T20:42:37Z" + content=""" +The last few commits fixed the webapp startup quirk, it doesn't work yet for me as the watch command is probably failing + +<pre> +laplace:annex jtang$ git annex webapp -d +[2012-07-26 21:41:15 IST] read: git [\"--git-dir=/Users/jtang/annex/.git\",\"--work-tree=/Users/jtang/annex\",\"show-ref\",\"git-annex\"] +[2012-07-26 21:41:15 IST] read: git [\"--git-dir=/Users/jtang/annex/.git\",\"--work-tree=/Users/jtang/annex\",\"show-ref\",\"--hash\",\"refs/heads/git-annex\"] +[2012-07-26 21:41:15 IST] read: git [\"--git-dir=/Users/jtang/annex/.git\",\"--work-tree=/Users/jtang/annex\",\"log\",\"refs/heads/git-annex..731005d121426a38b206c4544da02cdb3b974974\",\"--oneline\",\"-n1\"] +[2012-07-26 21:41:15 IST] read: git [\"--git-dir=/Users/jtang/annex/.git\",\"--work-tree=/Users/jtang/annex\",\"log\",\"refs/heads/git-annex..d36d8d88847decc2320f0be22892ad94a8abe594\",\"--oneline\",\"-n1\"] +[2012-07-26 21:41:15 IST] read: git [\"--git-dir=/Users/jtang/annex/.git\",\"--work-tree=/Users/jtang/annex\",\"log\",\"refs/heads/git-annex..57bcddc14d03b61028f7002e2dabcc5181d74f3d\",\"--oneline\",\"-n1\"] +[2012-07-26 21:41:15 IST] read: git [\"--git-dir=/Users/jtang/annex/.git\",\"--work-tree=/Users/jtang/annex\",\"log\",\"refs/heads/git-annex..372aceaf49b60ebe31cc3fe2e52ba4fbe99c134f\",\"--oneline\",\"-n1\"] +[2012-07-26 21:41:15 IST] chat: git [\"--git-dir=/Users/jtang/annex/.git\",\"--work-tree=/Users/jtang/annex\",\"cat-file\",\"--batch\"] +[2012-07-26 21:41:15 IST] read: git [\"config\",\"--null\",\"--list\"] +git-annex: failed to start git-annex assistant +</pre> + +it doesn't segfault or anything, it just states that the assistant command failed to start :P +"""]] |