From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: need help adjusting workflow to git (or vice versa) Date: Thu, 13 Nov 2014 12:58:24 -0800 Organization: UCLA Computer Science Department Message-ID: <54651B70.2080302@cs.ucla.edu> References: <87zjbvt8o3.fsf@rosalinde.fritz.box> <5464DC5F.8070607@gmx.at> <87oasaubfc.fsf@rosalinde.fritz.box> <54651045.6080901@cs.ucla.edu> <87k32yu8yh.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1415912357 6857 80.91.229.3 (13 Nov 2014 20:59:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 20:59:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 21:59:10 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xp1Tw-0004cU-Ci for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 21:59:08 +0100 Original-Received: from localhost ([::1]:33854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp1Tw-0007xj-4N for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 15:59:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp1TX-0007je-6j for emacs-devel@gnu.org; Thu, 13 Nov 2014 15:58:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xp1TP-0006jE-K6 for emacs-devel@gnu.org; Thu, 13 Nov 2014 15:58:43 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:55015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp1TP-0006ip-Ea for emacs-devel@gnu.org; Thu, 13 Nov 2014 15:58:35 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 6E756A600CB; Thu, 13 Nov 2014 12:58:33 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IUSrLNaJHOYp; Thu, 13 Nov 2014 12:58:24 -0800 (PST) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id C0B9FA600C7; Thu, 13 Nov 2014 12:58:24 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: <87k32yu8yh.fsf@rosalinde.fritz.box> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177009 Archived-At: On 11/13/2014 12:44 PM, Stephen Berman wrote: > That's what Martin referred to, isn't it? It takes considerably longer > on my older and feebler hardware, also compared with `bzr update' and > `bzr pull --overwrite' in a shared repository. By "shared repository" do you mean you have just one copy of the working files? I thought you had multiple copies, one for each branch. That's what I do, as it helps 'make' go faster. > And the size is also not insignificant, if it means having a copy of > the entire Emacs repository for each build (~540M). No, the repository is shared: $ time git clone master tmp Cloning into 'tmp'... done. real 0m1.314s user 0m0.997s sys 0m0.280s $ du -s master/.git tmp/.git 205500 master/.git 768 tmp/.git