Add submodule command
It was already requested and indeed, it would be nice to have a submodule command, something in form rad submodule add <rid>.
It was already requested and indeed, it would be nice to have a submodule command, something in form rad submodule add <rid>.
Is there way to achieve this without breaking support for projects that already use
git submodule?I’m not sure we actually need a
radcommand for this. So that request is a bit of a red herring :)The submodule incompatability that’s been showing up is due to
radicle-surfchoking when it comes across one while generating the file-system entries based on a Git tree. A patch toradicle-surfhas been merged, and a new version has been published. We’re waiting on merging of aradicle-httpdchange.gittooling should work as is. One can usegit submodule addand point it to the URL of the repository. In fact, I believe you could use thehttpsURL of a seed, and I think you could userad://but that would have to be tested (someone could easily add a test underexamples/gitand see