Comment Re:I love git!! (Score 1) 177
I don't have anything against DVCS but I personally haven't switched from SVN.
I hear you... but after using Git for a few months at work for internal development using github; I DO have something against DVCS and Git. It is fast, and I recognize that it addresses a different use case than most VCS's (the D) and has advantages for distributed teams who may or may not ever merge. I also recognize continuous code integration suffers greatly and push's tend to be rare... separating (fragmenting) code base into multiple repo's disconnects the history and code relationship of your source tree, and basically, Git pushes agile dev teams away from each other and imposes many issues with code layout, etc. With SVN I can just check out the specific code I'm interested in, make my changes, commit and I'm done. Very helpful if your repo is a gig or more
I've been trying to find a place to say this for a few weeks now, thank you for giving me the opportunity!