All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Goirand <thomas@goirand.fr>
To: mlmmj@mlmmj.org
Subject: Version control systems
Date: Fri, 06 Mar 2009 19:47:19 +0000	[thread overview]
Message-ID: <49B17DC7.7070600@goirand.fr> (raw)

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.

             reply	other threads:[~2009-03-06 19:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-06 19:47 Thomas Goirand [this message]
2009-03-07 13:53 ` Version control systems 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49B17DC7.7070600@goirand.fr \
    --to=thomas@goirand.fr \
    --cc=mlmmj@mlmmj.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.