summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-14 13:55:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-14 13:55:57 -0400
commit0e2dab692046d242ac68ebc8359493ca76ef51d1 (patch)
treea6051ca2be7d2f1e0f445252aa670e35a58d1297
parentec5fe22520dc96f5e1422925a749cf287f83816e (diff)
comment
-rw-r--r--doc/bugs/R__47__O_permissions_are_stalking_me_somehow/comment_1_9e4ba1e03a89c219c5e62280757311ba._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/R__47__O_permissions_are_stalking_me_somehow/comment_1_9e4ba1e03a89c219c5e62280757311ba._comment b/doc/bugs/R__47__O_permissions_are_stalking_me_somehow/comment_1_9e4ba1e03a89c219c5e62280757311ba._comment
new file mode 100644
index 000000000..6e7749529
--- /dev/null
+++ b/doc/bugs/R__47__O_permissions_are_stalking_me_somehow/comment_1_9e4ba1e03a89c219c5e62280757311ba._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-03-14T17:53:32Z"
+ content="""
+A file's permissions cannot prevent it being renamed; so I diagnose some
+kind of directory permission problem.
+
+(Also AFAICS git-annex add deals with files whose permissions don't allow
+being read by turning on the read bit. And it should never need the write
+bit. I can `chmod 000 foo; git annex add foo` and it succeeds..)
+"""]]