From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Git drawbacks? Date: Tue, 10 Nov 2009 17:15:23 +0100 Message-ID: References: <32541b130911060849s2d8f13f5sb9b8390f075f8d15@mail.gmail.com> <32541b130911060951q3358ce9ahe28fb0cf902853f2@mail.gmail.com> <20091109154816.GH27126@dpotapov.dyndns.org> <20091109183404.GI27126@dpotapov.dyndns.org> <20091110134540.GK27126@dpotapov.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Nov 10 17:16:40 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1N7tO3-0006qj-Q5 for gcvg-git-2@lo.gmane.org; Tue, 10 Nov 2009 17:16:08 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757128AbZKJQPv (ORCPT ); Tue, 10 Nov 2009 11:15:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756994AbZKJQPv (ORCPT ); Tue, 10 Nov 2009 11:15:51 -0500 Received: from lo.gmane.org ([80.91.229.12]:43660 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756939AbZKJQPt (ORCPT ); Tue, 10 Nov 2009 11:15:49 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N7tNl-0006rr-4z for git@vger.kernel.org; Tue, 10 Nov 2009 17:15:49 +0100 Received: from 93-34-221-20.ip51.fastwebnet.it ([93.34.221.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Nov 2009 17:15:49 +0100 Received: from bonzini by 93-34-221-20.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Nov 2009 17:15:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-34-221-20.ip51.fastwebnet.it User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: > Perhaps, I have to explain why fix/test cycle is so long. I'm working on mobile > platform development. It is not so modular, so I need to build the whole image, > then flash the mobile and test it in a real network. This takes much time and > need much disk space (about 2GB of source files. In fact, significant number of > these files are not needed for the build, but it is too hard to force CM > engineers to fix this :-) ) In that case I think using multiple working trees, but sharing the pack files is a good idea. Paolo