Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
a6f7017eba
3 changed files with 31 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
I ran git-annex unused on a few annexes and they dropped files that were still being used. The annexes were fully synced and git-annex list showed the files in the annex they were dropped from.
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
I'm not sure. The files lost appear to be more recently added files, so this bug must be in more recent versions. I will edit and fill this out when I know more.
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
7.20191230-gef6d1e327 on Pop! OS 20.04 (Ubuntu based)
|
||||||
|
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||||
|
I've used git-annex to maintain large file sets for years now and there is no better tool I know of.
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="jwodder"
|
||||||
|
avatar="http://cdn.libravatar.org/avatar/b06e01332c949b895c681cc92934f36a"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2020-11-23T15:02:28Z"
|
||||||
|
content="""
|
||||||
|
I see you patched `Git/Hook.hs`, but you did not patch `Annex/Content/Presence.hs`. The Windows builds are still failing.
|
||||||
|
"""]]
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="Cebtenzzre"
|
||||||
|
avatar="http://cdn.libravatar.org/avatar/238202b8214db86e24636e11f4452a12"
|
||||||
|
subject="comment 12"
|
||||||
|
date="2020-11-22T16:07:15Z"
|
||||||
|
content="""
|
||||||
|
The semantics described in [proposal for timestamp semantics](https://git-annex.branchable.com/bugs/proposal_for_timestamp_semantics/) would be all I need to stop wishing I just used rsync instead of git-annex. It seems easier to track history with rsync (snapshots and a CHANGELOG?) than to synchronize timestamps (or xattrs for comments) with git-annex. I don't care if it impacts performance, or if I have to set flags to non-default values, or how it resolves conflicts. I know git doesn't do it natively, but I thought the point of git-annex was to be better than native git with data files. Metadata like this is very useful to me, and often I want to sort by *some* kind of meaningful timestamp. ls can't read Exif or ID3 tags, and sometimes they aren't available or even relevant.
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue