DEV Community

Discussion on: History of Version Control Systems VCS

Collapse
 
elmuerte profile image
Michiel Hendriks

People working on different branches and changing the same files (in those different branches) is a really really bad thing. And this is something svn only handles with manual merge conflict handling.

Key to successful development with a lot of people on a shared code base is continuous integration. Trunk based development is also an essential part of proper CI.