From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Sun, 22 Nov 2009 15:45:15 +0100 Message-ID: <87y6ly4o04.fsf@telefonica.net> References: <87vdhfpil2.fsf@red-bean.com> <87einvxy9c.fsf@red-bean.com> <20091118230952.GB908@muc.de> <87my2jw05z.fsf@red-bean.com> <83skc9pbf7.fsf@gnu.org> <87iqd5vw5n.fsf@red-bean.com> <877htl53tc.fsf@telefonica.net> <87ws1ku7zd.fsf@red-bean.com> <87hbso4s13.fsf@telefonica.net> <83aaygoy90.fsf@gnu.org> <87vdh36d48.fsf@telefonica.net> <831vjrptha.fsf@gnu.org> <87einr63b6.fsf@telefonica.net> <83y6lzo9e7.fsf@gnu.org> <871vjr750o.fsf@uwakimon.sk.tsukuba.ac.jp> <83tywnnq34.fsf@gnu.org> <873a475bsr.fsf@telefonica.net> <87tywnuk29.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1258901264 25227 80.91.229.12 (22 Nov 2009 14:47:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2009 14:47:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 15:47:37 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NCDiy-00006U-MV for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2009 15:47:36 +0100 Original-Received: from localhost ([127.0.0.1]:45805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCDiy-0006BE-1m for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2009 09:47:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCDis-00069y-DD for emacs-devel@gnu.org; Sun, 22 Nov 2009 09:47:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCDin-00065z-Gt for emacs-devel@gnu.org; Sun, 22 Nov 2009 09:47:29 -0500 Original-Received: from [199.232.76.173] (port=58816 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCDin-00065w-BT for emacs-devel@gnu.org; Sun, 22 Nov 2009 09:47:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:54351) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCDim-00005c-Lc for emacs-devel@gnu.org; Sun, 22 Nov 2009 09:47:25 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NCDil-0008UQ-5f for emacs-devel@gnu.org; Sun, 22 Nov 2009 15:47:23 +0100 Original-Received: from 153.red-88-24-228.staticip.rima-tde.net ([88.24.228.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Nov 2009 15:47:23 +0100 Original-Received: from ofv by 153.red-88-24-228.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Nov 2009 15:47:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 153.red-88-24-228.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:i52nnewyiKi2qWssH4pu6Sunqss= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117498 Archived-At: Miles Bader writes: > Óscar Fuentes writes: >> If you have local access to the project history (the case of >> Bazaar, git, mercurial... but not Subversion, for instance) the process >> can be very fast. > > Is this always true for bzr? It sounds like it has about 500 different > modes where what exactly is kept around differs... Bazaar keeps a local copy of the history unless you explicitly ask otherwise: bzr checkout URL bzr branch URL with both you have local access to the VC history. bzr checkout --lightweight URL bzr branch --stacked URL need to access URL for querying VC data. -- Óscar