Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54808 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34430 invoked from network); 23 Aug 2011 01:08:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2011 01:08:45 -0000 Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:58329] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/00-34091-D9DF25E4 for ; Mon, 22 Aug 2011 21:08:45 -0400 Received: by gyd5 with SMTP id 5so5114330gyd.29 for ; Mon, 22 Aug 2011 18:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=wSIQLcMkSF3kJ7gN4Oqijhzy9tgrM5xuqPXlRlZWOkY=; b=wGx2hIaRMYM/7uCLmJjY1LheTsJZ49v+z7YP0VBF8Qv+tRdKsUeD5OKPuJkWYuoz9s E8LwXH5aCOCexEen4I1FqqLYfPFHTULkfMtOCP+boLwSofxUYjatlgiWCylO53JsMURT MdnfMrR8+jDA6BxrXbv/Y5kkvF9c8ZYcAt/G0= Received: by 10.100.227.3 with SMTP id z3mr2990484ang.107.1314061722725; Mon, 22 Aug 2011 18:08:42 -0700 (PDT) Received: from [192.168.1.1] (dsl-202-173-152-56.vic.westnet.com.au [202.173.152.56]) by mx.google.com with ESMTPS id h25sm5721298anm.30.2011.08.22.18.08.40 (version=SSLv3 cipher=OTHER); Mon, 22 Aug 2011 18:08:42 -0700 (PDT) Message-ID: <4E52FD97.6020806@gmail.com> Date: Tue, 23 Aug 2011 11:08:39 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: internals@lists.php.net References: <4E4B7845.8@lsces.co.uk> <4E4BD968.6060706@garfieldtech.com> <4E4CC012.2040304@lsces.co.uk> <4E4CE045.4010500@lsces.co.uk> <4E4D5E30.5070202@lsces.co.uk> <4E5208C6.2030403@lsces.co.uk> In-Reply-To: <4E5208C6.2030403@lsces.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Choosing a distributed version control system for PHP - problems From: davidkmuir@gmail.com (David Muir) On 22/08/11 17:44, Lester Caine wrote: > Lester Caine wrote: >> Just for the record ... the libreoffice clone I started 9 hours ago is >> still going strong, and I'm estimating that it will finish some time >> tomorrow afternoon, another 20 hours or so. A single huge repo is going >> to take time to handle? Or am I doing something wrong? All I've done at >> the moment is followed the instructions Pierre directed me to ... they >> were not on the original notes I looked at. > > I've been away from home over the weekend stuck in an exhibition hall, > so I left the libreoffice clone via hggit running ... It's still > running this morning 4 days later. I'll leave it to finish now. The > straight git clone did run in under an hour, but obviously the cross > DVCS processes need a lot more work :( The other git hosted projects I > am working with work with a modular setup using submodule, and this > does not present the same problem, creating hg clones reasonably quickly. > > So is the current question one of better making the case for one over > the other? On the existing RFC there is little detail which covers the > reasons that people who are working cross platform DO have a problem > with git, and why currently hg is providing a clean transparent > platform. Both will do the job that it seems is being targeted, even > if I disagree that it's the right target, but neither are clear front > runners? It would seem however that a hybrid system supporting both is > probably still some way off :( > There's something weird in HG's network stack. I tried doing grabbing an svn repository with hg, and it took over an hour to get part of the way through. Bazaar was able to grab the whole repo in 2-3 minutes. Haven't tried with git though. David