How suitable is a DVCS for the corporate environment?
Posted
by Matt Brailsford
on Stack Overflow
See other posts from Stack Overflow
or by Matt Brailsford
Published on 2009-12-21T13:27:42Z
Indexed on
2010/03/29
4:43 UTC
Read the original article
Hit count: 186
version-control
|dvcs
I've been using SVN for some time now, and am pretty happy with how it works (but I can't say I'm an expert, and I haven't really done much with branches and merging). However an opportunity has arisen to put in some new practises on a new team and so I thought I'd take a look at DVCSs to see if it's worth making the jump.
The company I work for is a pretty standard company where we all work in the same location (or sometimes at home) and we want to keep a central store of all code.
My question is: if all you are doing with a DVCS is creating a central hub that everyone pushes their changes to, is there really any benefit to moving to a DVCS and its extra overheads in this sort of environment?
© Stack Overflow or respective owner