Replies: 1 comment
-
Thanks for bringing this up! While ODS pipeline is currently using Maybe some background helps here. I picked
That aside, to your comments ...
I did not know of this before, however I would like to stay away from external dependencies as much as possible. The only downside I see with
When it comes to Git, I would like to stay with the options that are built-in. To my knowledge that is only
I am not sure I understand this correctly. Do you refer to the cluster-wide |
Beta Was this translation helpful? Give feedback.
-
The git subtree commands at user-installation while nicely explained in a nutshell still look a bit complicated.
I was wondering what the implications would be as I stayed clear so far of git repo nesting. So this issue might be a knowledge gap on my end.
Questions I am wondering about:
While reading Mastering Git subtrees the author mentions git subrepo available at https://github.com/ingydotnet/git-subrepo#readme which at first glance looks potentially simpler.
There is also a google repo tool. Posting https://public-inbox.org/git/338901fc-6dc8-2684-c116-393e603f85e9@suse.de/t/ suggests Google introduced the tool as an intermediate solution until git submodule would have advanced and the posting suggests that this time has come and that they would like to get rid of it.
Would it make sense to investigate our choice of consuming this repo via a git sub* method more?
What type of support is actually needed (beyond the documentation)?
Regarding the issues mentioned with submodules in https://github.com/opendevstack/ods-pipeline/blob/master/docs/adr/20210817-git-subtree-install.md:
Beta Was this translation helpful? Give feedback.
All reactions