]> dgit.raspbian.org Git - git-annex.git/blob
dae2a9d09995af066400c9ca9daff99a6ce7fd9a
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2017-08-28T17:06:35Z"
5  content="""
6 git-annex has detected problems with the filesystem, since symlinks
7 work I think it detected that the filesystem allows writing to a
8 file even when the file's write bit is not set.
9
10 In that situation, a git-annex repository using symlinks will apprear to
11 work, but if you have an annexed file "foo" in there, and run "echo hi >
12 foo", it will follow the symlink, and overwrite the annexed file, ignoring
13 the lack of write bit. This can result in data loss in an unexpected way,
14 which is why git-annex avoids using the symlinks in this situation.
15
16 I've added an additional message to make more clear what is happening.
17 """]]