|
|
|
|
|
by modulus1
4186 days ago
|
|
This is the #1 problem I have moving from SVN to Git. With SVN, everything is just in one repo. I can atomically commit to multiple related projects. If i split up projects into individual Git repos, everything is suddenly more complicated. Keeping dozens of projects in the same Git repo avoids this problem, but now developers are forced to clone projects they don't use. I'm a Git novice, maybe managing submodules isn't as bad as it seems to me or the author of this article. What is your experience? |
|
[1] https://code.google.com/p/git-repo/