From: Michal Suchanek Date: 2008-03-28T18:50:45+09:00 Subject: Re: Why git instead of mercurial? On 27/03/2008, Robert Dober wrote: > > To Matz and Michael > I guess it is just a completely different way to work, but I guess I > frequently do things differently so that should not alarm you :) I started to use a distributed VCS for my work, and I like it. I can set up a repo and make changes anywhere, and later push them anywhere else. However, for a larger project which you publish for everybody to see and check out a more centralized workflow is needed. Only one repo is the published "official" one. > Just for your information Mercurial can use ssh authenticated > repositories so that would not be a problem at all. > I feel that sometimes people forget that a distributed CVS is also a > centralized one, just a matter of usage, right? Sure, but when you are used to centralization, and want it anyway there is no gain in distributed VCS. Thanks Michal