File: comment_3_7fe149bedb8ceab75953996ac8e20f0f._comment

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (20 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="108.236.230.124"
 subject="comment 3"
 date="2014-06-11T22:11:38Z"
 content="""
I have implemented this on the loststamp git branch. It seems to work!

However, it has a big problem:

    If the timezone changes while the assistant (or a long-running command)
    runs, it won't notice, since it only checks the inode cache once, and
    so will use the old delta for all new inode caches it generates for new
    files it's added. Which will result in them seeming changed the next time
    it runs.

So, it would be really nice to be able to check the actual timezone instead.
But I suppose I can make the assistant poll the inode cache file, or check
it when adding a new file, or something like that. Bleagh.
"""]]