Hi Tim, On Tue, Jul 5, 2022 at 9:43 PM Tim Daley <timda...@earthling.net> wrote: > So I should use the github repo? If so, that fails, too:
whether the github repo or from https://git.libreoffice.org/core doesn't matter (github is a readonly mirror) But git now is overly picky (or otherwise put: at the time the repository was converted from cvs to svn to mercurial to git the tools were lax and such errors did pass undetected, and of course after all those years it is too late to fix). You can kickstart the repo by using a git bundle: https://dev-www.libreoffice.org/bundles/ that will include the problematic commits and from there on you can use regular pulls/fetch from github/git.libreoffice.org Or of course you can just selectively download the schemas and put them into your sourcedir ciao Christian