response
This commit is contained in:
parent
06241d3aca
commit
90eb118567
1 changed files with 9 additions and 0 deletions
|
@ -10,3 +10,12 @@ Optionally, editing the meta-data should change the times in all annexes.
|
|||
> files in git seems pointless. --[[Joey]]
|
||||
|
||||
> > Improving an area where git is (not yet?) good at still makes sense, imo. Photos and the like need absolute timestamps more than source code which is fine with relative timestamps (local builds & updates). Maintaining global timestamps for source code could even cause a lot of unwanted effects. As it is, this issue is the only, but a major, blocker for me before I can start adapting git-annex. As I have three different use cases for it, this is a shame. Unfortunately, I don't speak any Haskell so scratching my own itch isn't do-able (without major effort and not soon, at least). Is there a realistic chance that you will tackle this nonetheless or is this WONTFIX? -- RichiH
|
||||
|
||||
>>> Not quite WONTFIX. git-annex should at least, when adding new files,
|
||||
>>> preserve their timestamp in the symlink it creates.
|
||||
>>>
|
||||
>>> Since it doesn't have anything to do with maintaining the symlinks
|
||||
>>> during an update, or a clone, etc, maintaining the permissions of them
|
||||
>>> is also out of scope, and it's best to just use metastore if you need
|
||||
>>> it. Otherwise, git-annex would have to reimplement metastore, and is
|
||||
>>> unlikely to do it better.
|
||||
|
|
Loading…
Reference in a new issue