summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-07 15:18:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-07 15:18:54 -0400
commitcbd2133974a3a848fd25a95b52f1a17d220d5938 (patch)
tree7b47ad580869e636d27332e1fb171918ee5dc2d4 /doc
parent39933fd1b6408e08549af1f9e852bf711ccf4ad8 (diff)
watcher: Avoid loop when adding a file owned by someone else fails in indirect mode because its permissions cannot be modified.
Adding the file moved it to the annex, and then tried to set the mode. Error unwind then moved the file back, and so the watcher saw the file get deleted and then added back, and so tried again..
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/web_app_loops_over_a_non-addable_file.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/web_app_loops_over_a_non-addable_file.mdwn b/doc/bugs/web_app_loops_over_a_non-addable_file.mdwn
index 3773bc02f..a1f490061 100644
--- a/doc/bugs/web_app_loops_over_a_non-addable_file.mdwn
+++ b/doc/bugs/web_app_loops_over_a_non-addable_file.mdwn
@@ -52,3 +52,5 @@ failed
Turns out that file is owned by root, so it's an expected failure. But the webapp should simply skip this file, not loop over it.
The workaround is obviously to give this file to the proper user. --[[anarcat]]
+
+> [[fixed|done]] --[[Joey]]