|
|
|
|
|
by dayjaby
893 days ago
|
|
Why invent a new word like "projection" though? Literally everyone would have understood "subrepo" just as fine. How does your dependency management integrate into workflows? Last month I built a monorepo with all our repositories. For workflows it was essential that if a subrepo changed, not just this subrepo but also all its dependants get rebuilt. I'm joining the waiting list to check for this :) |
|
The metarepo contains a description of the relationship between those components (who contains whom), such that when you push to one of the contained, depended-on repositories, all the views that include it and as such depend on it get rebuilt.