From bac2bd36c6f5abe51f6ca9aa52a4ac398e7ffc7d Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 12 Mar 2013 11:15:12 +0000 Subject: [PATCH 1/4] Added a comment --- ...omment_12_a8bc6110128431ca2a8624ddc75ea364._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/walkthrough/using_ssh_remotes/comment_12_a8bc6110128431ca2a8624ddc75ea364._comment diff --git a/doc/walkthrough/using_ssh_remotes/comment_12_a8bc6110128431ca2a8624ddc75ea364._comment b/doc/walkthrough/using_ssh_remotes/comment_12_a8bc6110128431ca2a8624ddc75ea364._comment new file mode 100644 index 0000000000..28c3aa92dd --- /dev/null +++ b/doc/walkthrough/using_ssh_remotes/comment_12_a8bc6110128431ca2a8624ddc75ea364._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 12" + date="2013-03-12T11:15:11Z" + content=""" +@Michael, the standalone tarball is really meant to run the git-annex assistant. The first time \"git annex webapp\" is run, it will set up the ssh wrapper for you. + +I have updated the wrapper to work when ssh is not configured to force a key to run a command. +"""]] From 0242d2807577cb216e5cd18d8a1d72043b78dd43 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 12 Mar 2013 11:23:47 +0000 Subject: [PATCH 2/4] Added a comment --- ...mment_1_42344fce051d759f95215c985e9d1135._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/Partial_direct__47__indirect_repo/comment_1_42344fce051d759f95215c985e9d1135._comment diff --git a/doc/bugs/Partial_direct__47__indirect_repo/comment_1_42344fce051d759f95215c985e9d1135._comment b/doc/bugs/Partial_direct__47__indirect_repo/comment_1_42344fce051d759f95215c985e9d1135._comment new file mode 100644 index 0000000000..0d903a13d9 --- /dev/null +++ b/doc/bugs/Partial_direct__47__indirect_repo/comment_1_42344fce051d759f95215c985e9d1135._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-03-12T11:23:47Z" + content=""" +This can happen if your repository gets annex.direct=true set in its .git/config, without `git annex direct` having been run to truely put it into direct mode. + +The proof that this was the case is that `git annex indirect` did anything at all. The first thing `git annex indirect` does is check if it's in a direct mode repository. If not, it steps without doing anything, and without outputting anything. + +I think this was user error. +"""]] From e17c998396c4077bcd29f99bef7709d6446f5eb6 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 12 Mar 2013 11:27:30 +0000 Subject: [PATCH 3/4] Added a comment --- .../comment_2_8ba64f2750d0ef4adf595674c723bc65._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Partial_direct__47__indirect_repo/comment_2_8ba64f2750d0ef4adf595674c723bc65._comment diff --git a/doc/bugs/Partial_direct__47__indirect_repo/comment_2_8ba64f2750d0ef4adf595674c723bc65._comment b/doc/bugs/Partial_direct__47__indirect_repo/comment_2_8ba64f2750d0ef4adf595674c723bc65._comment new file mode 100644 index 0000000000..96a12e96dd --- /dev/null +++ b/doc/bugs/Partial_direct__47__indirect_repo/comment_2_8ba64f2750d0ef4adf595674c723bc65._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 2" + date="2013-03-12T11:27:30Z" + content=""" +Oh, I see, you started up the webapp, and told it to make a repo that already existed. So it helpfully set its annex.direct, thinking it was a new repository. +"""]] From 2e9a0a0f1a4d3833834640585e03a5607ffd34ac Mon Sep 17 00:00:00 2001 From: spwhitton Date: Tue, 12 Mar 2013 11:37:50 +0000 Subject: [PATCH 4/4] Added a comment --- .../comment_3_bd4985864b7dcd70a609ca7bc2617e4a._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Partial_direct__47__indirect_repo/comment_3_bd4985864b7dcd70a609ca7bc2617e4a._comment diff --git a/doc/bugs/Partial_direct__47__indirect_repo/comment_3_bd4985864b7dcd70a609ca7bc2617e4a._comment b/doc/bugs/Partial_direct__47__indirect_repo/comment_3_bd4985864b7dcd70a609ca7bc2617e4a._comment new file mode 100644 index 0000000000..1a9e187cc4 --- /dev/null +++ b/doc/bugs/Partial_direct__47__indirect_repo/comment_3_bd4985864b7dcd70a609ca7bc2617e4a._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="spwhitton" + ip="82.36.235.9" + subject="comment 3" + date="2013-03-12T11:37:50Z" + content=""" +That's right--I don't think it should do that for existing respositories. I didn't realise it wasn't standard to use the webapp to recreate the autostart file. +"""]]