Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2020-08-10 12:21:45 -04:00
commit fa0aba8be6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="hdclark@be373988ada6dc692f87a8eefdd600432e54f7d4"
nickname="hdclark"
avatar="http://cdn.libravatar.org/avatar/55f92a50f2617099e2dc7509130ce158"
subject="This occurs on 9P filesystem too"
date="2020-08-07T20:41:06Z"
content="""
Just thought I would chime in that I experienced sqlite errors for about 2 months before realizing it was due to 9P filesystem + virtio in a Qemu VM. Prior to (roughly) 2 months back I did not encounter this error, but it now appears in all recent versions of git-annex (Arch Linux package, most recent standalone version, and git build).
Is there any way to alter the sqlite config (e.g., through .git/config or a dotfile) to workaround the issue? It renders my current setup, in which several VMs share the same hardware but have exclusive access to storage devices, completely inoperable.
"""]]

View file

@ -0,0 +1,20 @@
### Please describe the problem.
Export-tree exports "small" files even if they don't match the wanted expression for the remote
### What steps will reproduce the problem?
Create a special remote with export-tree=yes
Set wanted expression for remote
Export-tree to it -> all small files in tree end up on the remote
### What version of git-annex are you using? On what operating system?
8.20200330 on linux i386
### 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'm very impressed with git-annex overall :P