From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr
X-Spam-Level: *
X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL
autolearn=disabled version=3.1.3
Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105])
by yquem.inria.fr (Postfix) with ESMTP id C3DABBC6C
for ; Tue, 29 Jan 2008 23:46:18 +0100 (CET)
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AgAAAO47n0dA6ba7mWdsb2JhbACQJQEBAQEBBgQECwgYl2iHMw
X-IronPort-AV: E=Sophos;i="4.25,271,1199660400";
d="scan'208";a="21956837"
Received: from nf-out-0910.google.com ([64.233.182.187])
by mail4-smtp-sop.national.inria.fr with ESMTP; 29 Jan 2008 23:46:18 +0100
Received: by nf-out-0910.google.com with SMTP id e27so272449nfd.13
for ; Tue, 29 Jan 2008 14:46:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
bh=v/c6OTSvpQu/aANyHmE1p9BCriO2KuspD0TDU5HVB8Q=;
b=a6tnSrNUeKpjnXwQU71rbUiDU+I/c3brrjCz8kMPKptMr38lidQ2m0amyZRp6GnTyDpitwL9MCpMERiJBHd7MtT7ZnEYzuVX+vOWfyREei38zVQA9IrFzIRmyreWp0lDeM2aiR3eQ/+proOsuJqsdj1hS5E49K3C7MtBd7MkzEc=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
b=T1WST7q5r9c+uMq8aswiO0T+PRYhvRGRTpPhF0tTDht/H/wVoEAp4j24Ifv1UTAO94x1DxEmn2EoIpl0M+NJbIDEjMoo8BuRAKHTpyDbFAIxL3HO3gagVMgcIWt3DEfxFzGrORXUrIZnkWdOrX2ruLuGCIViiRjWO3jzOFqbOpA=
Received: by 10.78.195.10 with SMTP id s10mr14585huf.9.1201646777387;
Tue, 29 Jan 2008 14:46:17 -0800 (PST)
Received: by 10.78.41.17 with HTTP; Tue, 29 Jan 2008 14:46:17 -0800 (PST)
Message-ID: <4b5157c30801291446u2942ce15l7241686e7c9e28a2@mail.gmail.com>
Date: Tue, 29 Jan 2008 23:46:17 +0100
From: "Paolo Donadeo"
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] [OSR] Ports-like package management system
In-Reply-To: <479F63CC.60004@exalead.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <479F0664.2070706@exalead.com>
<891bd3390801290511q29ab5fd4y78ee6d8614461487@mail.gmail.com>
<479F63CC.60004@exalead.com>
X-Spam: no; 0.00; de-facto:01 cygwin:01 afaik:01 cvs:01 softwares:98 git:98 git:98 corrected:01 caml-list:01 ghc:01 checking:02 kernel:02 native:03 env:03 bugs:03
Just my two cents about the VCS topic, coming from my long experience
in using such softwares, also in very critical environments (I was the
"librarian" in a military project, with about 100 developers and
managers over 3 countries).
> I checked out Darcs itself and it took 15 minutes; while checking out
> Git or Mercurial took only one or two minutes. The slowness of Darcs is
> well-known, many people are talking about it.
The last time I used Darcs in a distributed environment it was so
buggy and slow that I replaced it with tla/bazaar. Darcs took 48 hours
to merge two branches of 2Mb of sources each (I'm not kidding!) and I
decided to to throw it out. It's *AWFUL*.
> Both Mercurial and Git are used by first-class open-source projects (the
> kernel, Mozilla ...). Darcs has only GHC and Darcs (duh!).
I dare ask why... ;-)
Now I'm using GIT, both in my personal projects (distributed
environment, but only three developers and a simple situation, without
deadlines) and for my job (distributed env., but many developers and a
complex situation, and customers deadlines every 15 days).
GIT pros:
+ speed: it's the fastest VCS I never used;
+ standard: I think GIT will become the new de-facto standard in the
next 12-24 months;
+ documentation: GIT has a *really* good and complete documentation;
+ simple: it is very simple compared with anything else, but this is
of course a personal opinion;
+ most important: it's rock solid, no doubt at all on this point.
Bugs are corrected in hours, sometimes by Torvalds.
GIT cons:
+ does not work properly under Windows, at this moment. The Cygwin
package works well (I personally use it), but AFAIK a native Windows
port is not available. This may be a problem.
Hg should be ok, but I never used it. It's similar to GIT and runs
under Windows.
And I consider any centralized VCS (SVN, CVS) as dinosaurs completely
useless nowadays.
--
Paolo
Paolo Donadeo, Senior Software Engineer
Studio Associato 4Sigma
Email: p.donadeo@4sigma.it
~
~
:wq