From 6729dff27e1599033a9b7ec1a62eee4dfc37321d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkyQL8VPwrSf8LA0k8PKDWFCEKFH3O5Jds" Date: Mon, 22 Apr 2013 23:33:11 +0000 Subject: [PATCH 01/16] Added a comment: Brvo --- ...comment_2_a3fcfa1f8eadec5fa8a9efacca174048._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Need_some_help_to_fix_my_repository/comment_2_a3fcfa1f8eadec5fa8a9efacca174048._comment diff --git a/doc/forum/Need_some_help_to_fix_my_repository/comment_2_a3fcfa1f8eadec5fa8a9efacca174048._comment b/doc/forum/Need_some_help_to_fix_my_repository/comment_2_a3fcfa1f8eadec5fa8a9efacca174048._comment new file mode 100644 index 0000000000..bded393bf0 --- /dev/null +++ b/doc/forum/Need_some_help_to_fix_my_repository/comment_2_a3fcfa1f8eadec5fa8a9efacca174048._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkyQL8VPwrSf8LA0k8PKDWFCEKFH3O5Jds" + nickname="marco" + subject="Brvo" + date="2013-04-22T23:33:10Z" + content=""" +Bravo. Mon Hero. + +You save my data ! I can't find what happen but thanks a lot. +"""]] From b46681870e6705b02bd5330d739f6ab2afabf54d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE" Date: Mon, 22 Apr 2013 23:48:28 +0000 Subject: [PATCH 02/16] poll vote (/sdcard/annex) --- doc/design/assistant/polls/Android_default_directory.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/assistant/polls/Android_default_directory.mdwn b/doc/design/assistant/polls/Android_default_directory.mdwn index ee4b0716f5..7790974992 100644 --- a/doc/design/assistant/polls/Android_default_directory.mdwn +++ b/doc/design/assistant/polls/Android_default_directory.mdwn @@ -4,4 +4,4 @@ Same as the desktop webapp, users will be able to enter a directory they want the first time they run it, but to save typing on android, anything that gets enough votes will be included in a list of choices as well. -[[!poll open=yes expandable=yes 37 "/sdcard/annex" 3 "Whole /sdcard" 4 "DCIM directory (photos and videos only)" 1 "Same as for regular git-annex. ~/annex/"]] +[[!poll open=yes expandable=yes 38 "/sdcard/annex" 3 "Whole /sdcard" 4 "DCIM directory (photos and videos only)" 1 "Same as for regular git-annex. ~/annex/"]] From 1893206c4fa314c90340a9b11009c7cb7f8c8ba6 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY" Date: Tue, 23 Apr 2013 05:20:57 +0000 Subject: [PATCH 03/16] --- ...nrecognized_option___96__--uuid__39__.mdwn | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn diff --git a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn new file mode 100644 index 0000000000..0c542bf3e2 --- /dev/null +++ b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn @@ -0,0 +1,44 @@ +What steps will reproduce the problem? +On Arch Linux, using a cabal installation or prebuilt binaries: +git-annex get foobar +The remote is an ssh URL: ssh://user@host/path/to/repo.git. Fetching the URL worked just fine. + + +What is the expected output? What do you see instead? +I expect git-annex to retrieve the file from the remote. +Instead I see this: +get foobar (from origin...) +git-annex-shell: user error (unrecognized option `--uuid' + + +Usage: git-annex-shell [-c] command [parameters ...] [option ..] + +Options: + --force allow actions that may lose annexed data + -F --fast avoid slow operations + -q --quiet avoid verbose output + -v --verbose allow verbose output (default) + -d --debug show debug messages + -b NAME --backend=NAME specify key-value backend to use + +Commands: + configlist DIRECTORY outputs relevant git configuration + inannex DIRECTORY KEY ... checks if keys are present in the annex + dropkey DIRECTORY KEY ... drops annexed content for specified keys + recvkey DIRECTORY KEY runs rsync in server mode to receive content + sendkey DIRECTORY KEY runs rsync in server mode to send content +) +rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] +rsync error: error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9] + + Unable to access these remotes: origin + + Try making some of these repositories available: + 5afcfc68-aa55-11e2-b5aa-73eac1531269 -- origin (my_remote) +failed +git-annex: get: 1 failed + + +What version of git-annex are you using? On what operating system? +git-annex does not understand a '--version' switch and I cannot find another option to print the version. It's the latest I just installed via cabal. +OS is Arch Linux on kernel 3.8.8 From 6ef2ed3ecbabce38dce434bbed7fbc2041e2c3ad Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY" Date: Tue, 23 Apr 2013 05:25:13 +0000 Subject: [PATCH 04/16] --- ...nrecognized_option___96__--uuid__39__.mdwn | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn index 0c542bf3e2..3fcab2f4c2 100644 --- a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn +++ b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn @@ -1,42 +1,42 @@ What steps will reproduce the problem? On Arch Linux, using a cabal installation or prebuilt binaries: -git-annex get foobar + git-annex get foobar The remote is an ssh URL: ssh://user@host/path/to/repo.git. Fetching the URL worked just fine. What is the expected output? What do you see instead? I expect git-annex to retrieve the file from the remote. -Instead I see this: -get foobar (from origin...) -git-annex-shell: user error (unrecognized option `--uuid' - - -Usage: git-annex-shell [-c] command [parameters ...] [option ..] - -Options: - --force allow actions that may lose annexed data - -F --fast avoid slow operations - -q --quiet avoid verbose output - -v --verbose allow verbose output (default) - -d --debug show debug messages - -b NAME --backend=NAME specify key-value backend to use - -Commands: - configlist DIRECTORY outputs relevant git configuration - inannex DIRECTORY KEY ... checks if keys are present in the annex - dropkey DIRECTORY KEY ... drops annexed content for specified keys - recvkey DIRECTORY KEY runs rsync in server mode to receive content - sendkey DIRECTORY KEY runs rsync in server mode to send content -) -rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] -rsync error: error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9] - - Unable to access these remotes: origin - - Try making some of these repositories available: - 5afcfc68-aa55-11e2-b5aa-73eac1531269 -- origin (my_remote) -failed -git-annex: get: 1 failed +Insted I see this: + get foobar (from origin...) + git-annex-shell: user error (unrecognized option `--uuid' + + + Usage: git-annex-shell [-c] command [parameters ...] [option ..] + + Options: + --force allow actions that may lose annexed data + -F --fast avoid slow operations + -q --quiet avoid verbose output + -v --verbose allow verbose output (default) + -d --debug show debug messages + -b NAME --backend=NAME specify key-value backend to use + + Commands: + configlist DIRECTORY outputs relevant git configuration + inannex DIRECTORY KEY ... checks if keys are present in the annex + dropkey DIRECTORY KEY ... drops annexed content for specified keys + recvkey DIRECTORY KEY runs rsync in server mode to receive content + sendkey DIRECTORY KEY runs rsync in server mode to send content + ) + rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] + rsync error: error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9] + + Unable to access these remotes: origin + + Try making some of these repositories available: + 5afcfc68-aa55-11e2-b5aa-73eac1531269 -- origin (my_remote) + failed + git-annex: get: 1 failed What version of git-annex are you using? On what operating system? From 1bfee63301bab8f265e0b2aa44cd875c6e5bc776 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY" Date: Tue, 23 Apr 2013 05:26:07 +0000 Subject: [PATCH 05/16] --- ...er_error___40__unrecognized_option___96__--uuid__39__.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn index 3fcab2f4c2..63a150bdf8 100644 --- a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn +++ b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn @@ -7,9 +7,9 @@ The remote is an ssh URL: ssh://user@host/path/to/repo.git. Fetching the URL wor What is the expected output? What do you see instead? I expect git-annex to retrieve the file from the remote. Insted I see this: + get foobar (from origin...) - git-annex-shell: user error (unrecognized option `--uuid' - + git-annex-shell: user error (unrecognized option `--uuid' Usage: git-annex-shell [-c] command [parameters ...] [option ..] From 1b63b8dea30ab200386c3b5fd64fb25ceef4b7bd Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY" Date: Tue, 23 Apr 2013 05:26:55 +0000 Subject: [PATCH 06/16] --- ...user_error___40__unrecognized_option___96__--uuid__39__.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn index 63a150bdf8..1651457a70 100644 --- a/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn +++ b/doc/bugs/git-annex-shell:_user_error___40__unrecognized_option___96__--uuid__39__.mdwn @@ -1,6 +1,8 @@ What steps will reproduce the problem? On Arch Linux, using a cabal installation or prebuilt binaries: + git-annex get foobar + The remote is an ssh URL: ssh://user@host/path/to/repo.git. Fetching the URL worked just fine. From c7249f4eae1792a1a53bcc188fae27882e458619 Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 23 Apr 2013 06:58:50 +0000 Subject: [PATCH 07/16] --- .../Cannot_launch_webapp_on_ubuntu_12.04_using_ppa.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa.mdwn diff --git a/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa.mdwn b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa.mdwn new file mode 100644 index 0000000000..351c6f92d6 --- /dev/null +++ b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa.mdwn @@ -0,0 +1,6 @@ +Hi, I have installed latest version from https://launchpad.net/~rubiojr/+archive/git-annex, that is git-annex version: 3.20121017-ubuntu1ppa1~precise +When running git annex webapp I get + +git-annex: unknown command webapp + +I only installed git-annex. Are there more packages to be installed to make it work? From 1e04656b2d1f914095c9f75438cb7d128d5a8ae7 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo" Date: Tue, 23 Apr 2013 08:40:14 +0000 Subject: [PATCH 08/16] Added a comment --- .../comment_1_9345551f5772c3a6f1490b00e1edbf69._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_1_9345551f5772c3a6f1490b00e1edbf69._comment diff --git a/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_1_9345551f5772c3a6f1490b00e1edbf69._comment b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_1_9345551f5772c3a6f1490b00e1edbf69._comment new file mode 100644 index 0000000000..aae67b95e3 --- /dev/null +++ b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_1_9345551f5772c3a6f1490b00e1edbf69._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo" + nickname="Tobias" + subject="comment 1" + date="2013-04-23T08:39:50Z" + content=""" +This version does not have the webapp. Use a newer one (maybe you need the standalone build) +"""]] From 498d938fc4d8a25b69ed89818df6fac88d50766e Mon Sep 17 00:00:00 2001 From: hhm Date: Tue, 23 Apr 2013 09:33:59 +0000 Subject: [PATCH 09/16] --- ...rror_on_only_repository_copy_deletion.mdwn | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/bugs/error_on_only_repository_copy_deletion.mdwn diff --git a/doc/bugs/error_on_only_repository_copy_deletion.mdwn b/doc/bugs/error_on_only_repository_copy_deletion.mdwn new file mode 100644 index 0000000000..7199dc4ed2 --- /dev/null +++ b/doc/bugs/error_on_only_repository_copy_deletion.mdwn @@ -0,0 +1,21 @@ +**What steps will reproduce the problem?** + +Delete the last repository in the current repository (where it says: warning type in "yes please do as i say"). +Then try running git annex webapp + + +**What is the expected output? What do you see instead?** + +Webapp starts. git-annex: Not in a git repository. + + +**What version of git-annex are you using? On what operating system?** + +4.20130417. Debian wheezy/testing + + +**Please provide any additional information below.** + +See also +[http://git-annex.branchable.com/bugs/git-annex:_Not_in_a_git_repository._/]() +where the same error message occurs From 23c34b9b36349c52c3063f2a7396cd3c0f9c8593 Mon Sep 17 00:00:00 2001 From: hhm Date: Tue, 23 Apr 2013 09:38:16 +0000 Subject: [PATCH 10/16] --- ...rror_on_only_repository_copy_deletion.mdwn | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/doc/bugs/error_on_only_repository_copy_deletion.mdwn b/doc/bugs/error_on_only_repository_copy_deletion.mdwn index 7199dc4ed2..83b3f53d36 100644 --- a/doc/bugs/error_on_only_repository_copy_deletion.mdwn +++ b/doc/bugs/error_on_only_repository_copy_deletion.mdwn @@ -1,21 +1,14 @@ -**What steps will reproduce the problem?** - +**What steps will reproduce the problem?**
Delete the last repository in the current repository (where it says: warning type in "yes please do as i say"). Then try running git annex webapp - - -**What is the expected output? What do you see instead?** - +

+**What is the expected output? What do you see instead?**
Webapp starts. git-annex: Not in a git repository. - - -**What version of git-annex are you using? On what operating system?** - +

+**What version of git-annex are you using? On what operating system?**
4.20130417. Debian wheezy/testing - - -**Please provide any additional information below.** - +

+**Please provide any additional information below.**
See also -[http://git-annex.branchable.com/bugs/git-annex:_Not_in_a_git_repository._/]() +[[bugs/git-annex:_Not_in_a_git_repository._/]] where the same error message occurs From 9c3af3c3a2d3e927bb9b4e1e0a31b7ef0ad7336a Mon Sep 17 00:00:00 2001 From: hhm Date: Tue, 23 Apr 2013 10:22:43 +0000 Subject: [PATCH 11/16] Added a comment: file transfer? --- .../comment_3_88470c9b1b35e0c3f748948b73bc923a._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/xmpp/comment_3_88470c9b1b35e0c3f748948b73bc923a._comment diff --git a/doc/design/assistant/xmpp/comment_3_88470c9b1b35e0c3f748948b73bc923a._comment b/doc/design/assistant/xmpp/comment_3_88470c9b1b35e0c3f748948b73bc923a._comment new file mode 100644 index 0000000000..a338fa0bf6 --- /dev/null +++ b/doc/design/assistant/xmpp/comment_3_88470c9b1b35e0c3f748948b73bc923a._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="hhm" + ip="108.17.80.177" + subject="file transfer?" + date="2013-04-23T10:22:43Z" + content=""" +Would it be possible to add optional support for transferring files over XMPP (possibly being disabled out-of-the-box so as not to suck up third-party bandwidth)? +"""]] From 68c39cbaa52c5b748a6656ba404c987707948dc0 Mon Sep 17 00:00:00 2001 From: hhm Date: Tue, 23 Apr 2013 10:22:51 +0000 Subject: [PATCH 12/16] Added a comment: file transfer? --- .../comment_4_773102522f21844cffc841e6cde9229e._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/xmpp/comment_4_773102522f21844cffc841e6cde9229e._comment diff --git a/doc/design/assistant/xmpp/comment_4_773102522f21844cffc841e6cde9229e._comment b/doc/design/assistant/xmpp/comment_4_773102522f21844cffc841e6cde9229e._comment new file mode 100644 index 0000000000..f8ddf0a3b8 --- /dev/null +++ b/doc/design/assistant/xmpp/comment_4_773102522f21844cffc841e6cde9229e._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="hhm" + ip="108.17.80.177" + subject="file transfer?" + date="2013-04-23T10:22:51Z" + content=""" +Would it be possible to add optional support for transferring files over XMPP (possibly being disabled out-of-the-box so as not to suck up third-party bandwidth)? +"""]] From 77c2fd4b50a02c8c92b419cf43fb246eef14c49d Mon Sep 17 00:00:00 2001 From: "108.170.138.61" <108.170.138.61@web> Date: Tue, 23 Apr 2013 11:02:35 +0000 Subject: [PATCH 13/16] poll vote (/sdcard/annex) --- doc/design/assistant/polls/Android_default_directory.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/assistant/polls/Android_default_directory.mdwn b/doc/design/assistant/polls/Android_default_directory.mdwn index 7790974992..06e4fab4e9 100644 --- a/doc/design/assistant/polls/Android_default_directory.mdwn +++ b/doc/design/assistant/polls/Android_default_directory.mdwn @@ -4,4 +4,4 @@ Same as the desktop webapp, users will be able to enter a directory they want the first time they run it, but to save typing on android, anything that gets enough votes will be included in a list of choices as well. -[[!poll open=yes expandable=yes 38 "/sdcard/annex" 3 "Whole /sdcard" 4 "DCIM directory (photos and videos only)" 1 "Same as for regular git-annex. ~/annex/"]] +[[!poll open=yes expandable=yes 39 "/sdcard/annex" 3 "Whole /sdcard" 4 "DCIM directory (photos and videos only)" 1 "Same as for regular git-annex. ~/annex/"]] From 6ce9f67c8077b228bc4a566379e72f65c38d2301 Mon Sep 17 00:00:00 2001 From: "http://keverets.livejournal.com/" Date: Tue, 23 Apr 2013 11:16:55 +0000 Subject: [PATCH 14/16] --- ..._to_sync_a_second_machine_through_Box.mdwn | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn diff --git a/doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn b/doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn new file mode 100644 index 0000000000..d053353532 --- /dev/null +++ b/doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn @@ -0,0 +1,37 @@ +What steps will reproduce the problem? + +Install 4.20130417 as packaged in Debian unstable. +Using "git annex webapp", setup on first machine adding repository ~/annex. Add a Box.com repository in directory "annex", encrypted. Add a jabber account (apparently successful). +Add test file to ~/annex. Login via website to box.com, notice that the "annex" directory is created and contains encrypted file. +On second (remote machine), follow the same steps (add repository in ~/annex, Add a Box.com repository in directory "annex", encrypted, Add same jabber account). + +What is the expected output? What do you see instead? + +Expected the file to appear in the second machine's ~/annex. The webapp indicates: Synced with box.com +Log file says: + +[2013-04-23 06:50:16 EDT] main: starting assistant version 4.20130417 +(scanning...) [2013-04-23 06:50:16 EDT] Watcher: Performing startup scan +(started...) +(encryption setup shared cipher) (testing WebDAV server...) +(gpg) [2013-04-23 06:50:50 EDT] main: Syncing with box.com +[2013-04-23 06:50:50 EDT] main: Share with friends, and keep your devices in sync across the cloud. +[2013-04-23 06:51:03 EDT] main: Share with friends, and keep your devices in sync across the cloud. +warning: Not updating non-default fetch respec + + Please update the configuration manually if necessary. +Initializing nautilus-gdu extension +Shutting down nautilus-gdu extension +git-annex: Daemon is already running. + +What version of git-annex are you using? On what operating system? + +4.20130417, debian testing with apt-pinning to unstable on both systems. + +Please provide any additional information below. + +When editing the Box.com repository, the option to select a directory no longer appears (and the configuration doesn't show the one selected at creation). +There's no indication if the jabber communication is working successfully. It could be that signalling isn't working for some reason, but the user has no information to determine that. +It would be helpful if there were some indication in the Dashboard as to the number of files/directories/objects that git annex believes exists in each location. It could be that it's not accessing the Box.com server successfully, but again, this is difficult to determine. + +It's great to see that git annex might make a box.com account useful for automatic upload and sync... looking forward to getting it to work on both sides! Thanks for making this! From 71502054526551bd36fcff622dcc8953e723d854 Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 23 Apr 2013 11:50:21 +0000 Subject: [PATCH 15/16] Added a comment --- ...mment_2_0b688a442b6a911a0353e73097a24cb6._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_2_0b688a442b6a911a0353e73097a24cb6._comment diff --git a/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_2_0b688a442b6a911a0353e73097a24cb6._comment b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_2_0b688a442b6a911a0353e73097a24cb6._comment new file mode 100644 index 0000000000..b83eb40ec8 --- /dev/null +++ b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_2_0b688a442b6a911a0353e73097a24cb6._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="tomas" + ip="64.103.25.104" + subject="comment 2" + date="2013-04-23T11:50:21Z" + content=""" +According to documentation: +http://git-annex.branchable.com/assistant/ +The git-annex assistant comes as part of git-annex, starting with version 3.20120924. + +So it should be there in 3.20121017, no? +"""]] From 9df389bbb3770a3237a1ba37d16ca31d8f22c737 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 23 Apr 2013 16:05:32 +0000 Subject: [PATCH 16/16] Added a comment --- ...mment_3_7e246caa00005560bb489c927c663046._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_3_7e246caa00005560bb489c927c663046._comment diff --git a/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_3_7e246caa00005560bb489c927c663046._comment b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_3_7e246caa00005560bb489c927c663046._comment new file mode 100644 index 0000000000..e2463ba23c --- /dev/null +++ b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_3_7e246caa00005560bb489c927c663046._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 3" + date="2013-04-23T16:05:31Z" + content=""" +git-annex can be built without the webapp, and if some of the necessary dependencies for the webapp are not available, it will build without it by default. More recent versions than that one let you run `git annex version` and see the build flags, which can all be disabled due to missing dependencies. For example: + + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP + +Sergio does seem to be trying to backport all the dependencies of the webapp, but it looks to me like some of them, particularly haskell-xml-hamlet, have not successfully built yet. +"""]]