File: comment_1_cb8eaa8c19f5bb9e145a5e4c8995a8ca._comment

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (22 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2014-10-31T20:15:58Z"
 content="""
There is really no way to do this.

We could consider hard-linking the files, but then modifying one would
modify the other, which is likely to be confusing. And, FAT doesn't support
hard links anyway.

I don't want to complicate git-annex's notion of whether an object is
present or not with the possibility that it might be present for some
files but not for others. For example, `git annex get` would then need
to make a copy of content that was already locally present, while
currently it knows that if the file is locally present, it has nothing to
do.

I think that the solution is to use either a better filesystem
which can support the suprerior indirect mode, or to switch your
repository to use the WORM backend which does not do deduplication.
"""]]