Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
77c0892e27
2 changed files with 44 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="gitannexuser2021"
|
||||
avatar="http://cdn.libravatar.org/avatar/e0d5a0aa4ca494b520a971c53865edcd"
|
||||
subject="Still seeing the issue."
|
||||
date="2021-10-19T22:37:44Z"
|
||||
content="""
|
||||
I'm using termux to install git-annex on my android. When trying to add Rsync.net repo, the provided hostname cannot be resolved. Adding repo on my laptop (linux) works normally. I'm able to ping the hostname via termux successfully.
|
||||
"""]]
|
|
@ -0,0 +1,36 @@
|
|||
[[!comment format=mdwn
|
||||
username="asakurareiko@f3d908c71c009580228b264f63f21c7274df7476"
|
||||
nickname="asakurareiko"
|
||||
avatar="http://cdn.libravatar.org/avatar/a865743e357add9d15081840179ce082"
|
||||
subject="comment 7"
|
||||
date="2021-10-20T14:42:33Z"
|
||||
content="""
|
||||
I tested 0f38ad9a6 with the test case below as well as with the repo I use and sqlite errors no longer occur. Adjusted branches still do not work but everything else with unlocked files seems to be ok now. Thank you Joey.
|
||||
|
||||
Setup:
|
||||
|
||||
```
|
||||
# on NTFS volume mounted with metadata option
|
||||
git init annex
|
||||
cd annex
|
||||
git annex init
|
||||
git config annex.addunlocked true
|
||||
git config annex.crippledfilesystem true
|
||||
echo aaa > a
|
||||
cp a b
|
||||
git annex add .
|
||||
git commit -m .
|
||||
```
|
||||
|
||||
Test:
|
||||
|
||||
```
|
||||
git clone annex annex2
|
||||
cd annex2
|
||||
git annex init
|
||||
git config annex.crippledfilesystem true
|
||||
git annex get .
|
||||
```
|
||||
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue