Comment on Google copybara: moving code between repositoriesparentComments−vlovich1232moThe rust blog post covers this. Subtree performance is terrible on larger repos and they didn’t land something that would fix it on medium sized ones. That’s why they went with a better maintained solution that scales.−IshKebab2moPlus Josh seems to do waaay more - dynamically exposing monorepo directories as a separate repo.I wish all the effort into things like JJ and Pijul was going into solving those sorts of things instead!−pmeunier2moPijul natively handles monorepos btw, that's the whole point.
Comments
The rust blog post covers this. Subtree performance is terrible on larger repos and they didn’t land something that would fix it on medium sized ones. That’s why they went with a better maintained solution that scales.
Plus Josh seems to do waaay more - dynamically exposing monorepo directories as a separate repo.
I wish all the effort into things like JJ and Pijul was going into solving those sorts of things instead!
Pijul natively handles monorepos btw, that's the whole point.