summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-09 13:33:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-09 13:33:13 -0400
commit0e37e9778f38bfec13fb8bbd2f5e1e3323179fe4 (patch)
treec795773d7f5e54a2838312362b721107f7049d55 /doc
parent11d0943415cc2267776c701b79e5b4e8a13b1792 (diff)
Always try to thaw content, even when annex.crippledfilesystem is set.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git-annex:_failed_to_lock_content.mdwn2
-rw-r--r--doc/bugs/git-annex:_failed_to_lock_content/comment_6_ced3c56607762562c1d21fd821d7c779._comment11
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/git-annex:_failed_to_lock_content.mdwn b/doc/bugs/git-annex:_failed_to_lock_content.mdwn
index f383f30ff..f036f1353 100644
--- a/doc/bugs/git-annex:_failed_to_lock_content.mdwn
+++ b/doc/bugs/git-annex:_failed_to_lock_content.mdwn
@@ -103,3 +103,5 @@ Could the problem have something to do with the file having permission 0444 and
### 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)
Been using it since your kickstarter campaign!
+
+> [[done]] --[[Joey]]
diff --git a/doc/bugs/git-annex:_failed_to_lock_content/comment_6_ced3c56607762562c1d21fd821d7c779._comment b/doc/bugs/git-annex:_failed_to_lock_content/comment_6_ced3c56607762562c1d21fd821d7c779._comment
new file mode 100644
index 000000000..cebc1f0c1
--- /dev/null
+++ b/doc/bugs/git-annex:_failed_to_lock_content/comment_6_ced3c56607762562c1d21fd821d7c779._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 6"""
+ date="2016-03-09T17:31:18Z"
+ content="""
+Ok, I managed to get a vfat that honors file perms with those mount
+options.
+
+I'm going to make git-annex always try to chmod the file, even if it's on a
+crippled filesystem. That should solve it.
+"""]]