From 11d31f53bf2198f3f20e783f750273619c0d25e4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Mar 2016 13:55:57 -0400 Subject: [PATCH] comment --- ...mment_1_9e4ba1e03a89c219c5e62280757311ba._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/R__47__O_permissions_are_stalking_me_somehow/comment_1_9e4ba1e03a89c219c5e62280757311ba._comment 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 0000000000..6e77495297 --- /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..) +"""]]