summaryrefslogtreecommitdiff
path: root/doc/bugs/Interrupted_command_broke_encfs_repository
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-02 13:04:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-02 13:04:56 -0400
commit3e2006f70af8f68ae7cbed0d9ceabe40697fad40 (patch)
tree7fc399eb2f2b4a60522e70c622d82932e2349551 /doc/bugs/Interrupted_command_broke_encfs_repository
parentc0d3d3dc59d28f299a7e4a2a8226299e236c08fc (diff)
comment
Diffstat (limited to 'doc/bugs/Interrupted_command_broke_encfs_repository')
-rw-r--r--doc/bugs/Interrupted_command_broke_encfs_repository/comment_1_0b5fd2ca4b067becb930206e0ee82b3d._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/Interrupted_command_broke_encfs_repository/comment_1_0b5fd2ca4b067becb930206e0ee82b3d._comment b/doc/bugs/Interrupted_command_broke_encfs_repository/comment_1_0b5fd2ca4b067becb930206e0ee82b3d._comment
new file mode 100644
index 000000000..957fa568e
--- /dev/null
+++ b/doc/bugs/Interrupted_command_broke_encfs_repository/comment_1_0b5fd2ca4b067becb930206e0ee82b3d._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-07-02T16:57:56Z"
+ content="""
+git-annex contains no code whatsoever that writes to .git/config. It relies
+entirely on `git config` to write that file. I'm pretty sure that `git
+config` doesn't contain code to write garbage (in this case a symlink
+target belonging to another file) to the .git/config file either.
+
+The fact that you're having IO errors also points strongly at this being
+a level above userspace, so either encfs or the SD card. I think your tech
+stack contains at least one POS (namely encfs), and probably more problems
+(SD card, whatever nonsense filesystem Android is using for it, etc).
+"""]]