summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Cannot_build_with_aws_0.17.1.mdwn2
-rw-r--r--doc/bugs/Upload_to_box_very_slow.mdwn2
-rw-r--r--doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers.mdwn8
-rw-r--r--doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_11_c5b5e449eddd6fa7111a31041699b657._comment16
4 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/Cannot_build_with_aws_0.17.1.mdwn b/doc/bugs/Cannot_build_with_aws_0.17.1.mdwn
index c28560cf3..3a3a52894 100644
--- a/doc/bugs/Cannot_build_with_aws_0.17.1.mdwn
+++ b/doc/bugs/Cannot_build_with_aws_0.17.1.mdwn
@@ -43,3 +43,5 @@ Full build log is here: https://gist.github.com/ilovezfs/661a158dbe8aac33802f9b4
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes! :)
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/bugs/Upload_to_box_very_slow.mdwn b/doc/bugs/Upload_to_box_very_slow.mdwn
index 4668c80f8..006fe1afa 100644
--- a/doc/bugs/Upload_to_box_very_slow.mdwn
+++ b/doc/bugs/Upload_to_box_very_slow.mdwn
@@ -118,3 +118,5 @@ Notice the 5 second gap here:
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes! Thank you!
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers.mdwn b/doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers.mdwn
index 6c4f43403..a3169be3b 100644
--- a/doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers.mdwn
+++ b/doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers.mdwn
@@ -47,3 +47,11 @@ Full log is here: https://gist.github.com/ilovezfs/544d546785addbe2c5ef41656fa7e
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes :)
+
+> I see this was fixed in the meantime in fingertree-0.1.2.
+>
+> Also, I'd prefer not to complicate git-annex's dependencies with
+> versioning for indirect dependencies like this one, unless there's
+> some long drawn-out breakage to contend with.
+>
+> [[done]] --[[Joey]]
diff --git a/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_11_c5b5e449eddd6fa7111a31041699b657._comment b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_11_c5b5e449eddd6fa7111a31041699b657._comment
new file mode 100644
index 000000000..45d81bdae
--- /dev/null
+++ b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_11_c5b5e449eddd6fa7111a31041699b657._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 11"""
+ date="2017-10-11T15:10:51Z"
+ content="""
+Looks related to the other bug report, it's failing creating the
+directory for the temp file at the top of the repository, which
+already exists.
+
+So, the fix I just committed to fix the other bug report may have
+fixed this too.. Can you test?
+
+(It's also possible that the nonsensicalness of "MKCOL ."
+means it's not widely supported, or may even be out of the webdav spec
+entirely. The fix for the other bug report avoids that behavior.)
+"""]]