TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you manage dependencies between multiple repos?

2 pointsby 9diovabout 5 years ago
Our company&#x27;s engineering team is growing and we are also splitting to a few product lines. Currently, each product line has its own Git repo and team.<p>We manage dependencies by factoring out common code between the repos and put them into a separate repo linked to the product lines&#x27; repos with Git submodules.<p>We also have an infra-as-code repo used by DevOps team for deployment. Keeping track of dependencies between product line repos and this repo has been done manually at this point.<p>I&#x27;m looking for best practices in scaling development to multiple repos and dependencies tracking between them.<p>Thanks in advance.

no comments

no comments