From ad4dcded7048a6f7ad5c31ee2433335d28b800b8 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn6NYODTE1Sy9YZoi2pvb6i-lcq3dYBxZI" Date: Mon, 17 Nov 2014 18:34:12 +0000 Subject: [PATCH 01/15] Added a comment: android client --- .../comment_15_d43673b8c8ed3534f31d026098ab673c._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/special_remotes/webdav/comment_15_d43673b8c8ed3534f31d026098ab673c._comment diff --git a/doc/special_remotes/webdav/comment_15_d43673b8c8ed3534f31d026098ab673c._comment b/doc/special_remotes/webdav/comment_15_d43673b8c8ed3534f31d026098ab673c._comment new file mode 100644 index 0000000000..4e78113ac0 --- /dev/null +++ b/doc/special_remotes/webdav/comment_15_d43673b8c8ed3534f31d026098ab673c._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawn6NYODTE1Sy9YZoi2pvb6i-lcq3dYBxZI" + nickname="Karol" + subject="android client" + date="2014-11-17T18:34:12Z" + content=""" +I am stuck at the same problem as Maarten, I cannot create box.com repository.. +"""]] From 50ba45c425248e7f01d87e5bd2a93ac5c199a14e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnE6kFAbud1LWrQuyX76yMYnUjHt9tR-A8" Date: Tue, 18 Nov 2014 14:00:58 +0000 Subject: [PATCH 02/15] Added a comment --- .../comment_2_e7ab75a3c4cd6db900bc2b786bda4e8d._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/Internal_server_error_while_adding_remote_server_on_Windows/comment_2_e7ab75a3c4cd6db900bc2b786bda4e8d._comment diff --git a/doc/bugs/Internal_server_error_while_adding_remote_server_on_Windows/comment_2_e7ab75a3c4cd6db900bc2b786bda4e8d._comment b/doc/bugs/Internal_server_error_while_adding_remote_server_on_Windows/comment_2_e7ab75a3c4cd6db900bc2b786bda4e8d._comment new file mode 100644 index 0000000000..8557046d40 --- /dev/null +++ b/doc/bugs/Internal_server_error_while_adding_remote_server_on_Windows/comment_2_e7ab75a3c4cd6db900bc2b786bda4e8d._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnE6kFAbud1LWrQuyX76yMYnUjHt9tR-A8" + nickname="Leonardo" + subject="comment 2" + date="2014-11-18T14:00:58Z" + content=""" +I've installed it using the installer. +I think the problem might be that recent versions of git install somewhere in %AppData% and not in %ProgramFiles%. +"""]] From ab7e9d77610c1c2235368f66b1e674b843075dd6 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn6NYODTE1Sy9YZoi2pvb6i-lcq3dYBxZI" Date: Wed, 19 Nov 2014 11:40:41 +0000 Subject: [PATCH 03/15] --- doc/forum/Standards_usage_pattern__63__.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Standards_usage_pattern__63__.mdwn diff --git a/doc/forum/Standards_usage_pattern__63__.mdwn b/doc/forum/Standards_usage_pattern__63__.mdwn new file mode 100644 index 0000000000..280e909a5b --- /dev/null +++ b/doc/forum/Standards_usage_pattern__63__.mdwn @@ -0,0 +1,8 @@ +Hi, + +I have few devices: 2x android, 2x windows, 2x linux and I would like to share at least one folder on all of them. +None of the devices have public IPs and some regularly change location (work laptops). Because the XMPP support is missing on windows I couldn't find a way to synchronize the repositories (the keys) or did I miss something in the documentation? +How can I archieve "seamless" synchronization when I start the webapp on the devices? + +Thank you, +Karol From 96dcc93b7de8370b68c57c4ce0be44a79015ed3e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawk9SYh6N-JUMkYkW4aOk55zC3Vr9KonDV4" Date: Wed, 19 Nov 2014 22:01:19 +0000 Subject: [PATCH 04/15] Added a comment --- .../comment_1_1ccbfaefe3bbaf767e999cd1c61debfb._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/Standards_usage_pattern__63__/comment_1_1ccbfaefe3bbaf767e999cd1c61debfb._comment diff --git a/doc/forum/Standards_usage_pattern__63__/comment_1_1ccbfaefe3bbaf767e999cd1c61debfb._comment b/doc/forum/Standards_usage_pattern__63__/comment_1_1ccbfaefe3bbaf767e999cd1c61debfb._comment new file mode 100644 index 0000000000..d96585f9b3 --- /dev/null +++ b/doc/forum/Standards_usage_pattern__63__/comment_1_1ccbfaefe3bbaf767e999cd1c61debfb._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawk9SYh6N-JUMkYkW4aOk55zC3Vr9KonDV4" + nickname="Florian" + subject="comment 1" + date="2014-11-19T22:01:19Z" + content=""" +I think you need at least one server that is reachable from every device and serves as a transfer repository. XMPP is only needed to inform peers about changes. Usual the assistant performs a startup check and detects changes that way. You can't sync content over XMPP. +All that is very afaik, I hope for corrections if wrong. +"""]] From 3251f6f2926331df0a6eb96acacbabd55b035bdf Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE" Date: Thu, 20 Nov 2014 15:53:30 +0000 Subject: [PATCH 05/15] Added a comment: post-receive hook is not an option with FAT drives --- ...ent_9_dfb830fb00c10b797c3d26179e6dfefd._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/USB_backup_with_files_visible/comment_9_dfb830fb00c10b797c3d26179e6dfefd._comment diff --git a/doc/forum/USB_backup_with_files_visible/comment_9_dfb830fb00c10b797c3d26179e6dfefd._comment b/doc/forum/USB_backup_with_files_visible/comment_9_dfb830fb00c10b797c3d26179e6dfefd._comment new file mode 100644 index 0000000000..f73f186717 --- /dev/null +++ b/doc/forum/USB_backup_with_files_visible/comment_9_dfb830fb00c10b797c3d26179e6dfefd._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE" + nickname="Thomas" + subject="post-receive hook is not an option with FAT drives" + date="2014-11-20T15:53:29Z" + content=""" +Hi Joey, + +I tried to solve this use case with a post-receive hook and had to realize that FAT does not support the executable bit and thus the hook doesn't run. I've found several requests for the use case described here and I think it would be desirable, if the assistant/webapp could solve it without commandline-hacks. + +So I want to stick my thumbdrive in my work desktop and the assistant notices that it's available and starts copying stuff on it and runs git annex merge afterwards. + +I also had to manually set annex.diskreserve to a smaller value since annex wants to reserve more space (10G) than is available on most thumb drives. I think git-annex init should be more clever about the default diskreserve value, e.g. set it to a percentage of the total disk size. +"""]] From 32d0cb4be3c06dc83b5c5399d0e4fa0de71b78f5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawk9SYh6N-JUMkYkW4aOk55zC3Vr9KonDV4" Date: Thu, 20 Nov 2014 19:00:42 +0000 Subject: [PATCH 06/15] --- doc/forum/Update_on_remote_repo.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/forum/Update_on_remote_repo.mdwn diff --git a/doc/forum/Update_on_remote_repo.mdwn b/doc/forum/Update_on_remote_repo.mdwn new file mode 100644 index 0000000000..4977c41597 --- /dev/null +++ b/doc/forum/Update_on_remote_repo.mdwn @@ -0,0 +1,6 @@ +Hello, + +using the git-annex assistant I can activate auto update on the client machines. What about the server that serves as transfer repository? It needs to have git-annex installed. Is there any possibility of auto update there? What is the recommended procedure? + +Thanks, +Florian From d347a32035fefa7b29f9b9362e91bfc34fe3de1b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8" Date: Fri, 21 Nov 2014 12:53:21 +0000 Subject: [PATCH 07/15] --- ...failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn diff --git a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn new file mode 100644 index 0000000000..9225ec70ed --- /dev/null +++ b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn @@ -0,0 +1,4 @@ +Dear all, + I had (snif!) and indirect repo with 2.7 of pdf files with filenames were manually added by me with author and title, and took years of work. I had them in a git annex repo from quite some time. Now I'm trying to sync them to an usb drive. Main repo lives in an ubuntu box with ext4 filesystem. I failed many times to do this, both on fat and exfat external drives (direct). As I was failing, I tried to to a test on the same local filesystem. So I have my main repo in /home/juan/papers and the other in /tmp/papers. While trying to sync them using the assistant, i noticed that most of the folders and symlinks from the main repo just dissapeared. I still have them in .git/annex/objects but I don't know how to recover the links. +I must say I'm an everyday git user, and big fan of git-annex but I'm trying to use it for six months without luck. I think I will quit after recovering the data, if possible. +Thanks for the help guys, I'm very sad. From 1440d6786f1409f784c5aecd480f20a622355a72 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8" Date: Fri, 21 Nov 2014 13:16:17 +0000 Subject: [PATCH 08/15] --- ...dd_an_usb_drive_made_me_lose_all_symlinks.mdwn | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn index 9225ec70ed..34a240d330 100644 --- a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn +++ b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn @@ -1,4 +1,17 @@ Dear all, I had (snif!) and indirect repo with 2.7 of pdf files with filenames were manually added by me with author and title, and took years of work. I had them in a git annex repo from quite some time. Now I'm trying to sync them to an usb drive. Main repo lives in an ubuntu box with ext4 filesystem. I failed many times to do this, both on fat and exfat external drives (direct). As I was failing, I tried to to a test on the same local filesystem. So I have my main repo in /home/juan/papers and the other in /tmp/papers. While trying to sync them using the assistant, i noticed that most of the folders and symlinks from the main repo just dissapeared. I still have them in .git/annex/objects but I don't know how to recover the links. I must say I'm an everyday git user, and big fan of git-annex but I'm trying to use it for six months without luck. I think I will quit after recovering the data, if possible. -Thanks for the help guys, I'm very sad. + +- EDIT 1 - +After digging around a bit, I found that I had the keys, and could find out the original filename, for example: + git log --stat -S 1279 + commit a6362df13d728037875320a457182acb073d08ea + Author: Juan Cardelino + Date: Fri Nov 21 11:25:31 2014 -0200 + + 2013_august/feature_matching_by_searching_maximum_clique_on_high_order_association.pdf | 1 + + LevelSets/fedkiw/stanford2002-06.pdf | 1 + + new/nfa/00106994.pdf | 1 + + 3 files changed, 3 insertions(+) + +How can I recover them? From 5df6da8f2c7b7d1a1a863ff6d07aa9853c5ba62f Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8" Date: Fri, 21 Nov 2014 13:21:07 +0000 Subject: [PATCH 09/15] --- ..._to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn index 34a240d330..81c086452d 100644 --- a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn +++ b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn @@ -1,9 +1,15 @@ Dear all, - I had (snif!) and indirect repo with 2.7 of pdf files with filenames were manually added by me with author and title, and took years of work. I had them in a git annex repo from quite some time. Now I'm trying to sync them to an usb drive. Main repo lives in an ubuntu box with ext4 filesystem. I failed many times to do this, both on fat and exfat external drives (direct). As I was failing, I tried to to a test on the same local filesystem. So I have my main repo in /home/juan/papers and the other in /tmp/papers. While trying to sync them using the assistant, i noticed that most of the folders and symlinks from the main repo just dissapeared. I still have them in .git/annex/objects but I don't know how to recover the links. + I had (snif!) and indirect repo with 2.7 of pdf files with filenames were manually added by me with author and title, and took years of work. I had them in a git annex repo from quite some time. +Now I'm trying to sync them to an usb drive. Main repo lives in an ubuntu box with ext4 filesystem. I failed many times to do this, both on fat and exfat external drives (direct). +As I was failing, I tried to to a test on the same local filesystem. So I have my main repo in /home/juan/papers and the other in /tmp/papers. +While trying to sync them using the assistant, i noticed that most of the folders and symlinks from the main repo just dissapeared. +I still have them in .git/annex/objects but I don't know how to recover the links. I must say I'm an everyday git user, and big fan of git-annex but I'm trying to use it for six months without luck. I think I will quit after recovering the data, if possible. -- EDIT 1 - +EDIT 1 +------- After digging around a bit, I found that I had the keys, and could find out the original filename, for example: + git log --stat -S 1279 commit a6362df13d728037875320a457182acb073d08ea Author: Juan Cardelino From 88e058b7eadca4367a7e4d8e9951130838a13ecf Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8" Date: Fri, 21 Nov 2014 14:19:28 +0000 Subject: [PATCH 10/15] --- ...failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn index 81c086452d..d96d3eca7e 100644 --- a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn +++ b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn @@ -21,3 +21,7 @@ After digging around a bit, I found that I had the keys, and could find out the 3 files changed, 3 insertions(+) How can I recover them? + +EDIT 2 +------- +Seems that I overwritten my repo with a new repo. Because git log only shows 4 entries from today. From 3767444c2798d5cc3fe405479b40c5db06422723 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8" Date: Fri, 21 Nov 2014 14:31:43 +0000 Subject: [PATCH 11/15] --- .../failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn index d96d3eca7e..3ee7fae84d 100644 --- a/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn +++ b/doc/forum/failing_to_add_an_usb_drive_made_me_lose_all_symlinks.mdwn @@ -24,4 +24,4 @@ How can I recover them? EDIT 2 ------- -Seems that I overwritten my repo with a new repo. Because git log only shows 4 entries from today. +Seems that I overwritten my repo with a new repo. Because git log only shows 4 entries from today. Is it possible that the webapp has made that? From f4e5733e604eff573a427dd6a51e775a1d57528c Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkJafmCf-sg9_OM0pynFYM3AO4WCgJiaMI" Date: Fri, 21 Nov 2014 15:48:22 +0000 Subject: [PATCH 12/15] --- doc/forum/weird_view_file_naming.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/weird_view_file_naming.mdwn diff --git a/doc/forum/weird_view_file_naming.mdwn b/doc/forum/weird_view_file_naming.mdwn new file mode 100644 index 0000000000..1520c6ad3d --- /dev/null +++ b/doc/forum/weird_view_file_naming.mdwn @@ -0,0 +1,13 @@ +Very quick one, if anyone has to share experience with views (i would find them useful to get partial checkout views, as long as I can find a special setup to preserve the tree/filenames hyerarchy): + +by using (filtering) views I am getting file names changed to include the (orignal) dir name, +for instance: + +2008/pippo.doc + +after a git annex view 2008/=*, comes out as pippo_%2008%.doc +is this avoidable ? + +(i've been trying to follow metadata walkthrough etc. but i always get the dirname in the filename between percents...) + +btw: version is 5.20141105 From c9a8785e5cb05a6909ccb18667cee3023a74cac3 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmz9DnN5ESPLLRN0Q5a6fpELMFTYSkWTFs" Date: Sat, 22 Nov 2014 01:30:38 +0000 Subject: [PATCH 13/15] typo fix: mant -> many --- doc/direct_mode.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn index 5de9b63b02..bd0cb81a0f 100644 --- a/doc/direct_mode.mdwn +++ b/doc/direct_mode.mdwn @@ -3,7 +3,7 @@ git, and in turn point at the content of large files that is stored in `.git/annex/objects/`. Direct mode gets rid of the symlinks. The advantage of direct mode is that you can access files directly, -including modifying them. The disadvantage is that mant regular git +including modifying them. The disadvantage is that many regular git commands cannot be used in a direct mode repository, since they don't understand how to update its working tree. From ecaf0d88ab84297c690b7cf291b4182451399576 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkJc4ue3JCoIb70q_RwA7vUu27GEulW0Rc" Date: Sun, 23 Nov 2014 00:12:25 +0000 Subject: [PATCH 14/15] --- ...nex_does_not_work_on_android_5.0__41__.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/__91__Android__93___5.0_needs_PIE_executables___40__git_annex_does_not_work_on_android_5.0__41__.mdwn diff --git a/doc/bugs/__91__Android__93___5.0_needs_PIE_executables___40__git_annex_does_not_work_on_android_5.0__41__.mdwn b/doc/bugs/__91__Android__93___5.0_needs_PIE_executables___40__git_annex_does_not_work_on_android_5.0__41__.mdwn new file mode 100644 index 0000000000..2aa4ae2ca1 --- /dev/null +++ b/doc/bugs/__91__Android__93___5.0_needs_PIE_executables___40__git_annex_does_not_work_on_android_5.0__41__.mdwn @@ -0,0 +1,18 @@ +### Please describe the problem. +Android 5.0 (apparently) requires PIE executables. [You get "error: only position independent executables (PIE) are supported.") + +### What steps will reproduce the problem? +Trying to start git annex (or the webapp) on android 5.0 + +### What version of git-annex are you using? On what operating system? +Currently nightly on Android 5.0 (Nexus 5) + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] From 022fab0e995e00e09c2683650e8ebbcc0cae3c77 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawledPcdsi0R-fKst9-tFJBGK-QyLsvlNZ8" Date: Mon, 24 Nov 2014 12:42:25 +0000 Subject: [PATCH 15/15] s/the/to rename --- doc/tips/centralized_git_repository_tutorial.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/centralized_git_repository_tutorial.mdwn b/doc/tips/centralized_git_repository_tutorial.mdwn index 00283829fd..8088e7d23c 100644 --- a/doc/tips/centralized_git_repository_tutorial.mdwn +++ b/doc/tips/centralized_git_repository_tutorial.mdwn @@ -47,7 +47,7 @@ This file is available directly from the web; so git-annex can download it: (Recording state in git...) # git commit -a -m 'added a screencast I made' -Feel free the rename the files, etc, using normal git commands: +Feel free to rename the files, etc, using normal git commands: # git mv Haskell_Amuse_Bouche-b9FagOVqxmI.mp4 Haskell_Amuse_Bouche.mp4 # git mv kitenet.net_~joey_screencasts_git-annex_coding_in_haskell.ogg git-annex_coding_in_haskell.ogg