aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-07 14:11:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-07 14:11:32 -0400
commitcca9beaebf18ce5b72fc4d6e7ea95dd68d445f91 (patch)
tree61577989a6b7a1777091cba74d13e339d85b5fb4 /doc
parent2afd6e2a35d1884cc9f14bb38631c04d3fdd2440 (diff)
webdav: Make --debug show all webdav operations.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Upload_to_box_very_slow/comment_2_380443c65e576959dddae499745bff09._comment8
-rw-r--r--doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_7_654cda20c0775e16c14ae8b1134aa042._comment20
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/Upload_to_box_very_slow/comment_2_380443c65e576959dddae499745bff09._comment b/doc/bugs/Upload_to_box_very_slow/comment_2_380443c65e576959dddae499745bff09._comment
new file mode 100644
index 000000000..6dbd775ba
--- /dev/null
+++ b/doc/bugs/Upload_to_box_very_slow/comment_2_380443c65e576959dddae499745bff09._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-10-07T18:05:44Z"
+ content="""
+Also, I've added logging of all webdav operations with --debug, which
+should help with determining what operation is being slow.
+"""]]
diff --git a/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_7_654cda20c0775e16c14ae8b1134aa042._comment b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_7_654cda20c0775e16c14ae8b1134aa042._comment
new file mode 100644
index 000000000..eeac2f549
--- /dev/null
+++ b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_7_654cda20c0775e16c14ae8b1134aa042._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 7"""
+ date="2017-10-07T18:08:49Z"
+ content="""
+It's interesting you reproduced it when building with stack. I'm a bit
+confused because in your other bug report, you seemed to have git-annex
+built with stack working without this bug?
+
+In any case, IIRC stack will use haskell libraries installed system-wide in
+some cases, so it may be picking up whatever the problimatic library is
+from Arch Linux.
+
+If you can reproduce it with stack on a system that does not have a
+system-wide ghc installed, I'd think I should also be able to build with
+stack and reproduce it..
+
+Also, I've just made --debug log all webdav operations, which should help
+track down what operation is failing..
+"""]]