Next steps for kernel workflow improvement
Next steps for kernel workflow improvement
Posted Nov 4, 2019 14:17 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: Next steps for kernel workflow improvement by rodgerd
Parent article: Next steps for kernel workflow improvement
From what little interaction I've done with Fossil, there seem to be some intra-version incompatibilities with the database format and the tools (feel free to correct me; I've not interacted with Fossil much beyond cloning sqlite itself). The saga documented for getting a Git repository of sqlite is quite involved[1]. I value stability of source code checkouts very highly.
For those curious, I care because we vendor sqlite which is based on using git repositories for patch tracking before we import the code and then enforce that all changes for the vendoring process are tracked in that repository. Inb4 "vendoring is bad": there's an option to use an existing sqlite, but…Windows.