What are the advantages of a distributed version control for a team that is effectively never distri
Posted
by Luke CK
on Stack Overflow
See other posts from Stack Overflow
or by Luke CK
Published on 2010-06-01T04:08:10Z
Indexed on
2010/06/01
4:13 UTC
Read the original article
Hit count: 259
version-control
When working remotely, our team only has access to our source code by remote desktop into our office PCs so we never really work in offline mode. Does a distributed version control system like Mercurial or Git still give us advantages over our current centralized Subversion set up? If so, what are they? Are there any drawbacks or pitfalls? I've read in numerous places that shifting to distributed version control requires a change in thinking. Can someone explain what needs to change in this regard?
© Stack Overflow or respective owner