Added a comment

This commit is contained in:
http://joeyh.name/ 2013-09-30 16:47:43 +00:00 committed by admin
parent f84073d6fd
commit 0a83779df5

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.8.80"
subject="comment 1"
date="2013-09-30T16:47:42Z"
content="""
I was able to cause a permission denied on `git annex direct` if I made the file in .git/annex/objects be owned by an different user than me. I do not know how that could happen in normal operation of git-annex.
I have made `git annex direct` catch this exception and continue. So you will get a repository that is switched to direct mode, but with one file that is still a symlink to the content, and if you fix the permissions problem, `git annex fsck` will fix it.
I am curious about any details of how your repository got into the original state..
"""]]