Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> “Dump the decentralized model”

I’m not sure it’s possible to do so without a huge regression in usability. Multiple people working concurrently on a codebase is a fundamentally decentralized activity. One of the big problems with the cvs/svn concurrency model is that you have to resolve conflicts (which corrupts your work in progress) before you can commit your edits, whereas with git the workflow is commit first then resolve conflicts. git gives you a lot more safety than svn, and more flexibility and tooling for managing work in progress.



Heh. I suspect that it might seem fine at first. Then some time passes and people end up wanting more fine-grained control over their local changes that upstream hasn’t accepted yet. Then they either start organizing branches on the upstream into their own namespaces (best case) or they start using (local) patch management systems on top of the centralized VCS (a worse case).


> > “Dump the decentralized model”

Not only that, but then followed it up with:

> Pull Request as a first-class citizen.

What on Earth for?!? If you only have a centralized repository, what else is there to pull from?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: