diff options
author | http://jasonwoof.com/ <JasonWoof@web> | 2013-06-05 20:22:46 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-05 20:22:46 +0000 |
commit | eb0bc5ea8ee9a0ac0808c9e1f71788c463e36844 (patch) | |
tree | f411a2a6866ce9f6611792a531d1ed70af901e86 | |
parent | e5c0016d4ea19583a7c2842bdf3f68212324a0fb (diff) |
submit bug report
-rw-r--r-- | doc/bugs/encfs_accused_of_being_crippled.mdwn | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/bugs/encfs_accused_of_being_crippled.mdwn b/doc/bugs/encfs_accused_of_being_crippled.mdwn new file mode 100644 index 000000000..8a9c7accf --- /dev/null +++ b/doc/bugs/encfs_accused_of_being_crippled.mdwn @@ -0,0 +1,39 @@ +### Please describe the problem. + +I tried to create an annex (``git annex init foo``) inside a ``encfs`` mount, and git-annex says that it's crippled, and disables core.symlinks and goes into direct mode + +### What steps will reproduce the problem? + + apt-get install encfs + encfs -o kernel_cache empty_dir other_empty_dir + cd other_empty_dir + git init + git annex init foo + +### Expected results + + init foo ok + (Recording state in git...) + +### Actual results + + init foo + Detected a crippled filesystem. + + Disabling core.symlinks. + + Enabling direct mode. + ok + (Recording state in git...) + +### What version of git-annex are you using? On what operating system? + +4.20130601 on debian unstable + + +### P.S. + +This was particularly annoying when I tried this on a bare repository. I'm pretty sure bare repositories don't need symlinks, and should definitely not be in direct mode. Hopefully you can fix it before I have time to file another bug report :) + +Thank you! + |