From 3986324a0645ae012d079d7c65c5c3eb51b756b7 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 26 Nov 2013 19:54:22 +0000 Subject: [PATCH 1/6] Added a comment --- ...mment_1_552e74f9573a34ec178f396b83252c3e._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_1_552e74f9573a34ec178f396b83252c3e._comment diff --git a/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_1_552e74f9573a34ec178f396b83252c3e._comment b/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_1_552e74f9573a34ec178f396b83252c3e._comment new file mode 100644 index 0000000000..439c985dcb --- /dev/null +++ b/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_1_552e74f9573a34ec178f396b83252c3e._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 1" + date="2013-11-26T19:54:21Z" + content=""" +There's a bug report asking that reinject work in direct mode. I just have not gotten around to it. + +Another way to do it would be to make a temp directory in your annex repository, move or copy the file to there, and `git annex add`. As long as you're not using the WORM backend, the checksum will be used, and so it'll see it's added the content of the file, and make the a.bin file have that content too. + +Off to see if I can easily add direct mode reinject now.. +"""]] From 2f604e992980559187c7141e110ac979f5c21c79 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 26 Nov 2013 19:59:42 +0000 Subject: [PATCH 2/6] Added a comment --- ...comment_3_06c0db7d670d9b82823102d22db15a36._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Some_mounted_devices_not_detected/comment_3_06c0db7d670d9b82823102d22db15a36._comment diff --git a/doc/forum/Some_mounted_devices_not_detected/comment_3_06c0db7d670d9b82823102d22db15a36._comment b/doc/forum/Some_mounted_devices_not_detected/comment_3_06c0db7d670d9b82823102d22db15a36._comment new file mode 100644 index 0000000000..53c76e210b --- /dev/null +++ b/doc/forum/Some_mounted_devices_not_detected/comment_3_06c0db7d670d9b82823102d22db15a36._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 3" + date="2013-11-26T19:59:42Z" + content=""" +Hmm, that looks fine. + +Perhaps the user you're running git-annex as cannot write to `/media/SoderUSB` ? The webapp avoids listing places you can't write, since it would fail to make a repository there. (Also because this is an easy way for it to avoid listing `/`, `/usr`, or whatever other OS-level mounts a system might have..) +"""]] From 6a22950d0fc07adab9138a37619c8169d344b139 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 26 Nov 2013 20:04:23 +0000 Subject: [PATCH 3/6] Added a comment --- ...comment_2_ff7349c396d1249204d621e71f6a7a52._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_2_ff7349c396d1249204d621e71f6a7a52._comment diff --git a/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_2_ff7349c396d1249204d621e71f6a7a52._comment b/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_2_ff7349c396d1249204d621e71f6a7a52._comment new file mode 100644 index 0000000000..2ee7f79b61 --- /dev/null +++ b/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_2_ff7349c396d1249204d621e71f6a7a52._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 2" + date="2013-11-26T20:04:23Z" + content=""" +This bug was fixed, and closed 2 years ago. Posting a comment about another, related problem is not very useful. + +Yes, git annex import does not finish importing files if you've configured .gititnore to not allow those files to be added. If you need to do that, you could use `git annex import --force`, which will add the files despite the gitignore. +"""]] From aee41cfb8966878a35913b57c5361b4f50f1310e Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 26 Nov 2013 20:08:33 +0000 Subject: [PATCH 4/6] Added a comment --- .../comment_7_6276e100d1341f1a0be368f54de0ae7b._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/sync/comment_7_6276e100d1341f1a0be368f54de0ae7b._comment diff --git a/doc/sync/comment_7_6276e100d1341f1a0be368f54de0ae7b._comment b/doc/sync/comment_7_6276e100d1341f1a0be368f54de0ae7b._comment new file mode 100644 index 0000000000..c40a31200c --- /dev/null +++ b/doc/sync/comment_7_6276e100d1341f1a0be368f54de0ae7b._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 7" + date="2013-11-26T20:08:33Z" + content=""" +I feel that syncing with all remotes by default is the right thing for git annex sync to do. +"""]] From fcf5260d26b82957c114eb8970fb96a87e4b40ba Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 26 Nov 2013 20:18:27 +0000 Subject: [PATCH 5/6] Added a comment --- .../comment_1_27d4d1556a80c06505ed3d8a9422d082._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/could_not_read_from_remote_repository/comment_1_27d4d1556a80c06505ed3d8a9422d082._comment diff --git a/doc/forum/could_not_read_from_remote_repository/comment_1_27d4d1556a80c06505ed3d8a9422d082._comment b/doc/forum/could_not_read_from_remote_repository/comment_1_27d4d1556a80c06505ed3d8a9422d082._comment new file mode 100644 index 0000000000..aaf0946931 --- /dev/null +++ b/doc/forum/could_not_read_from_remote_repository/comment_1_27d4d1556a80c06505ed3d8a9422d082._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 1" + date="2013-11-26T20:18:26Z" + content=""" +The problem seems to be on your desktop computer. /home/max/.ssh/git-annex-shell is a script that is created if you install git-annex from the standalone tarball (assuming you're using linux?). It seems that your desktop has that script, but you must have deleted that instalation of git-annex (perhaps you switched to installing it some other way), so the script doesn't work. As long as you have git-annex-shell in your PATH somehow, you can just remove /home/max/.ssh/git-annex-shell +"""]] From b561b3cf6a730fea01296fa996caa7f69970a531 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 26 Nov 2013 20:18:56 +0000 Subject: [PATCH 6/6] Added a comment --- .../comment_2_33c57922714f204fc63c260b838f3712._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_2_33c57922714f204fc63c260b838f3712._comment diff --git a/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_2_33c57922714f204fc63c260b838f3712._comment b/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_2_33c57922714f204fc63c260b838f3712._comment new file mode 100644 index 0000000000..afc449ac2e --- /dev/null +++ b/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_2_33c57922714f204fc63c260b838f3712._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 2" + date="2013-11-26T20:18:56Z" + content=""" +Turned out to be trivial, so it's supported now. +"""]]