From cecdc8b04fdc98fe409f14dfa7f0cbfc79ebc25e Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 4 Nov 2012 20:03:47 +0000 Subject: [PATCH 1/8] Added a comment --- ...comment_1_a634a9f1c023bf836183de64abab1224._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_1_a634a9f1c023bf836183de64abab1224._comment diff --git a/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_1_a634a9f1c023bf836183de64abab1224._comment b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_1_a634a9f1c023bf836183de64abab1224._comment new file mode 100644 index 0000000000..3e322a0b65 --- /dev/null +++ b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_1_a634a9f1c023bf836183de64abab1224._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.194" + subject="comment 1" + date="2012-11-04T20:03:47Z" + content=""" +Did you build this git-annex yourself? On the same machine? + +What does it say if you add the `--debug` option? +"""]] From 94c2ce35a679848a15e942e05fce2c0a8892c7bb Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 4 Nov 2012 20:08:02 +0000 Subject: [PATCH 2/8] Added a comment --- ...comment_3_adaf9114c69f1268330adcebd8018fa0._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Using___34__sync__34___to_sink_all_branches__63__/comment_3_adaf9114c69f1268330adcebd8018fa0._comment diff --git a/doc/forum/Using___34__sync__34___to_sink_all_branches__63__/comment_3_adaf9114c69f1268330adcebd8018fa0._comment b/doc/forum/Using___34__sync__34___to_sink_all_branches__63__/comment_3_adaf9114c69f1268330adcebd8018fa0._comment new file mode 100644 index 0000000000..146785ad3b --- /dev/null +++ b/doc/forum/Using___34__sync__34___to_sink_all_branches__63__/comment_3_adaf9114c69f1268330adcebd8018fa0._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.194" + subject="comment 3" + date="2012-11-04T20:08:02Z" + content=""" +Yes, that's right, `git annex sync` handles the current branch, and you can use it on different branches if desired. + +(It is actually possible to merge non-checked out branches, but I have not implemented that for sync.) +"""]] From 1dbcd5d620486115a7af8212f6a7a5f358ae3917 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU" Date: Mon, 5 Nov 2012 01:23:41 +0000 Subject: [PATCH 3/8] Added a comment --- ..._d9ae61a7c3f1eb243ca650945b40f21d._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_2_d9ae61a7c3f1eb243ca650945b40f21d._comment diff --git a/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_2_d9ae61a7c3f1eb243ca650945b40f21d._comment b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_2_d9ae61a7c3f1eb243ca650945b40f21d._comment new file mode 100644 index 0000000000..98d42e59de --- /dev/null +++ b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_2_d9ae61a7c3f1eb243ca650945b40f21d._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU" + nickname="Jan" + subject="comment 2" + date="2012-11-05T01:23:41Z" + content=""" +Thanks for the quick response :) +I think the problem is that the os x cp does not support ''--reflink\" (and gnu long options). I guess I could install gnu coreutils through homebrew, though those will be prefixed with a g in the name. +My OS version is 10.6.8 btw. + + % git annex --debug unlock FILENAME + [2012-11-04 20:17:47 EST] read: git [\"--git-dir=/PATH/.git\",\"--work-tree=/PATH\",\"ls-files\",\"--cached\",\"-z\",\"--\",\"FILENAME\"] + unlock FILENAME (copying...) [2012-11-04 20:17:47 EST] call: cp [\"--reflink=auto\",\"-a\",\"/PATH/.git/annex/objects/8P/Qp/SHA256-s7173120--33c3482bf70807bb5caede9859d10a73bda9279f08340556188c93dea7e5be05/SHA256-s7173120--33c3482bf70807bb5caede9859d10a73bda9279f08340556188c93dea7e5be05\",\"/PATH/.git/annex/tmp/SHA256-s7173120--33c3482bf70807bb5caede9859d10a73bda9279f08340556188c93dea7e5be05\"] + cp: illegal option -- - + usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file + cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory + git-annex: copy failed! + +"""]] From 303cb0eaa5cd88e66331a3af3b9bab2c1faaace4 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU" Date: Mon, 5 Nov 2012 01:24:32 +0000 Subject: [PATCH 4/8] Added a comment --- .../comment_3_fe229c03c14e8eb2b57389e0e193ed99._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_3_fe229c03c14e8eb2b57389e0e193ed99._comment diff --git a/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_3_fe229c03c14e8eb2b57389e0e193ed99._comment b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_3_fe229c03c14e8eb2b57389e0e193ed99._comment new file mode 100644 index 0000000000..576202d925 --- /dev/null +++ b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_3_fe229c03c14e8eb2b57389e0e193ed99._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU" + nickname="Jan" + subject="comment 3" + date="2012-11-05T01:24:32Z" + content=""" +Ah, forgot to mention: I am running the latest build downloaded from the website (as mentioned above), so no, I did not build it myself. +"""]] From 3e0f4a0998aeb292a174913a7f3270119d70b596 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU" Date: Mon, 5 Nov 2012 01:34:29 +0000 Subject: [PATCH 5/8] Added a comment: exact version --- ...nt_4_fa12afe295de63c4aa7eb043b715325a._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_4_fa12afe295de63c4aa7eb043b715325a._comment diff --git a/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_4_fa12afe295de63c4aa7eb043b715325a._comment b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_4_fa12afe295de63c4aa7eb043b715325a._comment new file mode 100644 index 0000000000..d96a469d9c --- /dev/null +++ b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_4_fa12afe295de63c4aa7eb043b715325a._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU" + nickname="Jan" + subject="exact version" + date="2012-11-05T01:34:29Z" + content=""" + % git annex version + git-annex version: 3.20121017 + local repository version: 3 + default repository version: 3 + supported repository versions: 3 + upgrade supported from repository versions: 0 1 2 + +Also, while browsing the archive for another problem (can not add files because shasum256 is missing and I get a \"dyld: Library not loaded: /opt/local/lib/libintl.8.dylib\" for it's execution when I add the path for /Applications/git-annex.app/Contents/MacOS/bin/sha256sum) I [saw](http://git-annex.branchable.com/install/OSX/old_comments/#comment-94b0f0ba446ca2f1ebd6af44c7afd3be) that it should fall back on haskell code - which it doesn't, so maybe its an old version? +"""]] From 714686a49b4e418743b204bbf1f918b92538c2e0 Mon Sep 17 00:00:00 2001 From: annexuser Date: Mon, 5 Nov 2012 02:07:00 +0000 Subject: [PATCH 6/8] Added a comment --- ...comment_4_2ec67428af69d6c0ea051c6a67d58905._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Syncing_machines_on_different_networks/comment_4_2ec67428af69d6c0ea051c6a67d58905._comment diff --git a/doc/forum/Syncing_machines_on_different_networks/comment_4_2ec67428af69d6c0ea051c6a67d58905._comment b/doc/forum/Syncing_machines_on_different_networks/comment_4_2ec67428af69d6c0ea051c6a67d58905._comment new file mode 100644 index 0000000000..34d37ce4fd --- /dev/null +++ b/doc/forum/Syncing_machines_on_different_networks/comment_4_2ec67428af69d6c0ea051c6a67d58905._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="annexuser" + ip="50.125.40.225" + subject="comment 4" + date="2012-11-05T02:07:00Z" + content=""" +Thanks for the feedback. + +I'm thinking the smartest move will be for me to invest in some sort of wall-wart, like a SheevaPlug or RasberryPi. I can use that as the centralized hub and still avoid putting my files on the big bad interwebs. +"""]] From 979df760b7a3c34ab1b60ad50c5e7338421f8a8f Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Mon, 5 Nov 2012 04:02:07 +0000 Subject: [PATCH 7/8] rename todo/whishlist:_make_partial_files_available_during_transfer.mdwn to todo/wishlist:_make_partial_files_available_during_transfer.mdwn --- ...> wishlist:_make_partial_files_available_during_transfer.mdwn} | 0 .../comment_3_1304a721da6f5133fdfa1dac507f1ecb._comment | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename doc/todo/{whishlist:_make_partial_files_available_during_transfer.mdwn => wishlist:_make_partial_files_available_during_transfer.mdwn} (100%) rename doc/todo/{whishlist:_make_partial_files_available_during_transfer => wishlist:_make_partial_files_available_during_transfer}/comment_3_1304a721da6f5133fdfa1dac507f1ecb._comment (100%) diff --git a/doc/todo/whishlist:_make_partial_files_available_during_transfer.mdwn b/doc/todo/wishlist:_make_partial_files_available_during_transfer.mdwn similarity index 100% rename from doc/todo/whishlist:_make_partial_files_available_during_transfer.mdwn rename to doc/todo/wishlist:_make_partial_files_available_during_transfer.mdwn diff --git a/doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_3_1304a721da6f5133fdfa1dac507f1ecb._comment b/doc/todo/wishlist:_make_partial_files_available_during_transfer/comment_3_1304a721da6f5133fdfa1dac507f1ecb._comment similarity index 100% rename from doc/todo/whishlist:_make_partial_files_available_during_transfer/comment_3_1304a721da6f5133fdfa1dac507f1ecb._comment rename to doc/todo/wishlist:_make_partial_files_available_during_transfer/comment_3_1304a721da6f5133fdfa1dac507f1ecb._comment From 8257fe2a31a7d4a88f0edf490d5227e10c6618c7 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM" Date: Mon, 5 Nov 2012 06:43:25 +0000 Subject: [PATCH 8/8] Added a comment --- .../comment_5_5ce093f82a2aad3fd8d7ccd5fdcab94f._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Syncing_machines_on_different_networks/comment_5_5ce093f82a2aad3fd8d7ccd5fdcab94f._comment diff --git a/doc/forum/Syncing_machines_on_different_networks/comment_5_5ce093f82a2aad3fd8d7ccd5fdcab94f._comment b/doc/forum/Syncing_machines_on_different_networks/comment_5_5ce093f82a2aad3fd8d7ccd5fdcab94f._comment new file mode 100644 index 0000000000..c3d9d52b22 --- /dev/null +++ b/doc/forum/Syncing_machines_on_different_networks/comment_5_5ce093f82a2aad3fd8d7ccd5fdcab94f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM" + nickname="Karsten" + subject="comment 5" + date="2012-11-05T06:43:25Z" + content=""" +Just a small add-up: I've already used a truecrypt volume file on a dropbox successfully, although not for a git repository. Maybe that's worth a try. +"""]]