Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
cfca6f2d1d
2 changed files with 24 additions and 0 deletions
13
doc/forum/Submodule_.git_not_converted_to_symlink.mdwn
Normal file
13
doc/forum/Submodule_.git_not_converted_to_symlink.mdwn
Normal file
|
@ -0,0 +1,13 @@
|
|||
According to [this page](https://git-annex.branchable.com/submodules/), `git-annex` should automatically convert the `.git` file of submodules into a symlink. However, I have a repository where on some machines, this doesn't happen.
|
||||
|
||||
$ file .git
|
||||
.git: ASCII text
|
||||
|
||||
|
||||
$ git-annex info
|
||||
git-annex: First run: git-annex init
|
||||
|
||||
$ file .git
|
||||
.git: ASCII text
|
||||
|
||||
Even more mysteriously, it works on some *other* checkouts of the repository *on the same machine*.
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="athas@60e56fd42a78bbbce444d175865ce4d66ba1a779"
|
||||
nickname="athas"
|
||||
avatar="http://cdn.libravatar.org/avatar/f6ddda1fabf459f90ca590f9499033c4"
|
||||
subject="Update"
|
||||
date="2021-10-15T16:37:34Z"
|
||||
content="""
|
||||
Ignore the remark about different behaviour on the same machine; I was looking at the wrong thing.
|
||||
|
||||
It does appear that GitHub Actions does not correctly fetch the `annex` directory for submodules, which must be the source of the error.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue