All of lore.kernel.org
 help / color / mirror / Atom feed
* Version control systems
@ 2009-03-06 19:47 Thomas Goirand
  2009-03-07 13:53 ` Morten K. Poulsen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Thomas Goirand @ 2009-03-06 19:47 UTC (permalink / raw)
  To: mlmmj

I have opened another thread, as I think that otherwise it's a mess.

>> To me, it would be wise to switch to Git. You would never regret
>> it!!!
>
> Git is just the RCS flavor of the month. I don't see any compelling
> arguments in favor of switching. Subversion might be an alternative to
> CVS, but what do we gain by switching away from a tried and tested
> revision control system which does a perfect job of keeping track of the
> source code?

No, Git is NOT yet-another-RCS, and for sure not only the flavor of the
month. If you were comparing Git to let's say bitkeeper (commercial) or
mercurial (open source), then that would make sense. But Git and HG have
NOTHING to do with CVS or SVN. The work flow is totally different.

By switching to a distributed system like Git you will gain:
- safety (you wont give any write access, updates are done with ssh)
- help when merging patches will be possible (you can delegate this to
somebody else that you trust and simply pull from him ...)
- no network access when you are doing commits
- ease of branching (Git branching is really wonderful and inexpensive)
- a wonderful git-web interface to see the work of everyone
- Unix access rights support (sic! I can't bare that fact in CVS)
- and many more ...

There is no "write access" to the centralized server with Git. Everybody
has read access to all public repository, and write access to only it's
OWN public repository. Then when you want to take a patch from someone,
you just "git pull http://www.example.com/contrib-mlmmj/mlmmj.git", see
if you like the patch, then just "push public" so it goes to another
public repository. If it's you, the "main" author of the project, then
we declare that public repository as the master MLMMJ server. But that's
only truth because we say so.

These are just few general sayings about distributed control version
system, if you want to know why Git is better (or mercurial if you want
to use that one), then you can read this video:

http://video.google.com/videosearch?q=linus+gig&emb=0&aq=-1&oq=linus+gi#q=linus+git&emb=0

You see, I didn't even talk about the fact that this stupid CVS doesn't
even understand what is a Unix file write, or that it's patches are
stored at file level instead as per commit. I could have, but this is
not even the important part. The important part is THE WORK FLOW, and
the fact that it's distributed (eg: anybody can merge changes from anybody).

We spent a long time learning the new concepts. This is really
different, and confusing at start. But I really don't want to go back to
that CVS crap. On the SVN site, we could read "CVS done right". As Linus
said on that video, there is NO WAY to make CVS right, the concept is
bad and that's it.

I hope it was not too boring to read and that I made my point. :)

Thomas

P.S: There are some tools to convert your CVS repo to Git if you don't
want to loose the history.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-03-08  8:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06 19:47 Version control systems Thomas Goirand
2009-03-07 13:53 ` Morten K. Poulsen
2009-03-07 14:00 ` Mads Martin Joergensen
2009-03-07 17:02 ` Christian Czech
2009-03-07 20:21 ` Thomas Goirand
2009-03-07 22:14 ` Mads Martin Joergensen
2009-03-07 23:05 ` Christian Laursen
2009-03-08  8:49 ` Thomas Goirand
2009-03-08  8:58 ` Mads Martin Joergensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.