From 9ae34ed3f352cb03386a65ea4eba599a229b0b66 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" Date: Mon, 13 May 2013 23:55:34 +0000 Subject: Added a comment --- ...nt_12_9808ac437c01c4f5a117e8637a21e803._comment | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment diff --git a/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment b/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment new file mode 100644 index 000000000..738014921 --- /dev/null +++ b/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment @@ -0,0 +1,37 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" + nickname="Frederik Vanrenterghem" + subject="comment 12" + date="2013-05-13T23:55:34Z" + content=""" +I am probably still missing something, as that does not work either: + + $ git clone annex Documents + + Cloning into 'Documents'... + done. + warning: remote HEAD refers to nonexistent ref, unable to checkout. + + ~/Documents$git merge origin/synced/master + + ~/Documents$ git annex sync + (merging origin/git-annex origin/synced/git-annex into git-annex...) + (Recording state in git...) + commit + ok + pull origin + ok + push origin + Counting objects: 9, done. + Compressing objects: 100% (4/4), done. + Writing objects: 100% (5/5), 551 bytes, done. + Total 5 (delta 3), reused 1 (delta 0) + Unpacking objects: 100% (5/5), done. + To /home/frederik/annex + e8e8e39..ecad6a9 git-annex -> synced/git-annex + ok + + ~/Documents$ git annex find + +Still yields nothing? +"""]] -- cgit v1.2.3 From c8b026726f94c8ccad0ed10b5bc190a5073a2faa Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo" Date: Tue, 14 May 2013 00:02:02 +0000 Subject: --- .../Adding_box.com_remote_on_Android_fails_for_me.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/Adding_box.com_remote_on_Android_fails_for_me.mdwn diff --git a/doc/bugs/Adding_box.com_remote_on_Android_fails_for_me.mdwn b/doc/bugs/Adding_box.com_remote_on_Android_fails_for_me.mdwn new file mode 100644 index 000000000..9cdf3639f --- /dev/null +++ b/doc/bugs/Adding_box.com_remote_on_Android_fails_for_me.mdwn @@ -0,0 +1,17 @@ +### Please describe the problem. + +After submitting the form in the webapp for adding a box.com remote, I get: + + Internal Server Error - WEBDAV failed to write file: "Unauthorized": user error + +### What steps will reproduce the problem? + +Fill in the box.com add remote form. Username=username, password=password, "share..."=checked, directory=annex, Encryption="Encrypt all data" and hit the "Add repository" button. + +### What version of git-annex are you using? On what operating system? + + git-annex version 4.20130513-g5185533 on Android 4.2.2 + +### Please provide any additional information below. + +Didn't find a .git/annex/debug.log -- cgit v1.2.3 From 0f88b16d6973133abc8f596683d7da0aee2dd39b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo" Date: Tue, 14 May 2013 00:14:24 +0000 Subject: --- ...ch_on_Android___39__git_annex_webapp__39__.mdwn | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/bugs/Browser_fails_to_launch_on_Android___39__git_annex_webapp__39__.mdwn diff --git a/doc/bugs/Browser_fails_to_launch_on_Android___39__git_annex_webapp__39__.mdwn b/doc/bugs/Browser_fails_to_launch_on_Android___39__git_annex_webapp__39__.mdwn new file mode 100644 index 000000000..5f64e717f --- /dev/null +++ b/doc/bugs/Browser_fails_to_launch_on_Android___39__git_annex_webapp__39__.mdwn @@ -0,0 +1,33 @@ +### Please describe the problem. + +When I launch git annex Android application, it fails to open the web browser. Workaround is to copy the url and manually paste it into web browser url line. + +### What steps will reproduce the problem? + +See above + +### What version of git-annex are you using? On what operating system? + +git-annex version 4.20130513-g5185533 on Android 4.2.2 + +### Please provide any additional information below. + +[[!format sh """ +u0_a126@android:/sdcard/git-annex.home $ git annex webapp +Launching web browser on http://127.0.0.1:47557/?auth=[...snip...] +Starting: Intent { act=android.intent.action.VIEW dat=http://127.0.0.1:47557/?auth=[...snip...] } +java.lang.SecurityException: Permission Denial: startActivity asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL + at android.os.Parcel.readException(Parcel.java:1425) + at android.os.Parcel.readException(Parcel.java:1379) + at android.app.ActivityManagerProxy.startActivityAsUser(ActivityManagerNative.java:1921) + at com.android.commands.am.Am.runStart(Am.java:494) + at com.android.commands.am.Am.run(Am.java:109) + at com.android.commands.am.Am.main(Am.java:82) + at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) + at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235) + at dalvik.system.NativeStart.main(Native Method) +failed to start web browser +u0_a126@android:/sdcard/git-annex.home $ + +# End of transcript or log. +"""]] -- cgit v1.2.3 From 1044cdd30611adaa3fcdcfe80b22be99ca1ffe57 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo" Date: Tue, 14 May 2013 00:39:11 +0000 Subject: Added a comment: It worked my second try --- .../comment_1_0303ce880415d7e043533551c2b24694._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Adding_box.com_remote_on_Android_fails_for_me/comment_1_0303ce880415d7e043533551c2b24694._comment diff --git a/doc/bugs/Adding_box.com_remote_on_Android_fails_for_me/comment_1_0303ce880415d7e043533551c2b24694._comment b/doc/bugs/Adding_box.com_remote_on_Android_fails_for_me/comment_1_0303ce880415d7e043533551c2b24694._comment new file mode 100644 index 000000000..a55f4eeb2 --- /dev/null +++ b/doc/bugs/Adding_box.com_remote_on_Android_fails_for_me/comment_1_0303ce880415d7e043533551c2b24694._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo" + nickname="Brian" + subject="It worked my second try" + date="2013-05-14T00:39:08Z" + content=""" +I enabled debug logging and tried again and this time the remote was successfully added! Maybe the first time I mistyped my password? + +Either way, it is working now and I created a file in my annex directory and the assistant successfully synced it to my box.com repo. +"""]] -- cgit v1.2.3 From a332285d0bddf5227942add6f218d6a4e3658288 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" Date: Tue, 14 May 2013 02:29:17 +0000 Subject: removed --- ...nt_12_9808ac437c01c4f5a117e8637a21e803._comment | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment diff --git a/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment b/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment deleted file mode 100644 index 738014921..000000000 --- a/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment +++ /dev/null @@ -1,37 +0,0 @@ -[[!comment format=mdwn - username="https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" - nickname="Frederik Vanrenterghem" - subject="comment 12" - date="2013-05-13T23:55:34Z" - content=""" -I am probably still missing something, as that does not work either: - - $ git clone annex Documents - - Cloning into 'Documents'... - done. - warning: remote HEAD refers to nonexistent ref, unable to checkout. - - ~/Documents$git merge origin/synced/master - - ~/Documents$ git annex sync - (merging origin/git-annex origin/synced/git-annex into git-annex...) - (Recording state in git...) - commit - ok - pull origin - ok - push origin - Counting objects: 9, done. - Compressing objects: 100% (4/4), done. - Writing objects: 100% (5/5), 551 bytes, done. - Total 5 (delta 3), reused 1 (delta 0) - Unpacking objects: 100% (5/5), done. - To /home/frederik/annex - e8e8e39..ecad6a9 git-annex -> synced/git-annex - ok - - ~/Documents$ git annex find - -Still yields nothing? -"""]] -- cgit v1.2.3 From 541406d6e32d37373d2e17908556d907f53ed870 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" Date: Tue, 14 May 2013 04:07:37 +0000 Subject: Added a comment --- .../comment_12_0e7ea5161b6da6e9bb9425bdb953de33._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Accessing_files_in_bare_repository/comment_12_0e7ea5161b6da6e9bb9425bdb953de33._comment diff --git a/doc/forum/Accessing_files_in_bare_repository/comment_12_0e7ea5161b6da6e9bb9425bdb953de33._comment b/doc/forum/Accessing_files_in_bare_repository/comment_12_0e7ea5161b6da6e9bb9425bdb953de33._comment new file mode 100644 index 000000000..8d083d32d --- /dev/null +++ b/doc/forum/Accessing_files_in_bare_repository/comment_12_0e7ea5161b6da6e9bb9425bdb953de33._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" + nickname="Frederik Vanrenterghem" + subject="comment 12" + date="2013-05-14T04:07:37Z" + content=""" +Thanks Joey, this worked. The symlinks are in the directory and I can get the actual file contents (except for one attempt that failed - I'll need to check why that didn't seem to have propagated to the bare repository.) +"""]] -- cgit v1.2.3 From a3b2e2bf83f4ce6e20c9ea063b10d0c25d416f3a Mon Sep 17 00:00:00 2001 From: GLITTAH Date: Tue, 14 May 2013 15:54:09 +0000 Subject: Added a comment --- .../comment_2_f389b924c8531b35fdf5dedd10fc8000._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Does_migrate_ensure_data_integrity__63__/comment_2_f389b924c8531b35fdf5dedd10fc8000._comment diff --git a/doc/forum/Does_migrate_ensure_data_integrity__63__/comment_2_f389b924c8531b35fdf5dedd10fc8000._comment b/doc/forum/Does_migrate_ensure_data_integrity__63__/comment_2_f389b924c8531b35fdf5dedd10fc8000._comment new file mode 100644 index 000000000..c377d814c --- /dev/null +++ b/doc/forum/Does_migrate_ensure_data_integrity__63__/comment_2_f389b924c8531b35fdf5dedd10fc8000._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="GLITTAH" + ip="154.51.136.37" + subject="comment 2" + date="2013-05-14T15:54:08Z" + content=""" +An even better solution. Thanks for your time and effort joey! +"""]] -- cgit v1.2.3 From 89c3d6086f87035d7a5fb1f68525522f00bc51c1 Mon Sep 17 00:00:00 2001 From: "206.169.71.34" <206.169.71.34@web> Date: Tue, 14 May 2013 17:31:23 +0000 Subject: 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 bbf332f51..0d1c65ddf 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 43 "/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 44 "/sdcard/annex" 3 "Whole /sdcard" 4 "DCIM directory (photos and videos only)" 1 "Same as for regular git-annex. ~/annex/"]] -- cgit v1.2.3