From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.devel Subject: Re: Switching to bzr: what Emacs developers should know? Date: Wed, 12 Aug 2009 13:50:22 +0800 Organization: cyberhut.org Message-ID: References: <874osi6zpe.fsf@bzg.ath.cx> <28c656e20908081151h55a4b566v4cfc7c49c5ca2a37@mail.gmail.com> <87eiriaopw.fsf@canonical.com> <8763cua0za.fsf@notengoamigos.org> <873a7y8jjh.fsf@canonical.com> <87ocqmb587.fsf@notengoamigos.org> <871vni2ox3.fsf@canonical.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1250056703 31413 80.91.229.12 (12 Aug 2009 05:58:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Aug 2009 05:58:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 12 07:58:16 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 1Mb6ql-0003Dn-9T for ged-emacs-devel@m.gmane.org; Wed, 12 Aug 2009 07:58:15 +0200 Original-Received: from localhost ([127.0.0.1]:48919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mb6qj-00047h-Bl for ged-emacs-devel@m.gmane.org; Wed, 12 Aug 2009 01:58:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mb6qc-00047c-Dd for emacs-devel@gnu.org; Wed, 12 Aug 2009 01:58:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mb6qW-00047P-SP for emacs-devel@gnu.org; Wed, 12 Aug 2009 01:58:04 -0400 Original-Received: from [199.232.76.173] (port=44254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mb6qW-00047M-Mo for emacs-devel@gnu.org; Wed, 12 Aug 2009 01:58:00 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:55421 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mb6qW-0000o7-6J for emacs-devel@gnu.org; Wed, 12 Aug 2009 01:58:00 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Mb6qS-0002SR-22 for emacs-devel@gnu.org; Wed, 12 Aug 2009 05:57:56 +0000 Original-Received: from 122.96.99.47 ([122.96.99.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2009 05:57:56 +0000 Original-Received: from chenggao by 122.96.99.47 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2009 05:57:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.96.99.47 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:Odgo8Vu8yzFefJFD67XFdqvDrw8= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:114126 Archived-At: My testing result: ,---- | $ time wget http://bzr.notengoamigos.org/emacs-testing.tar.lzma | [...] | 2009-08-12 11:59:49 (171 KB/s) - `emacs-testing.tar.lzma' saved [230333027/230333027] | [...] | real 21m54.114s | user 0m2.838s | sys 0m14.591s `---- Seems fairly good. I dont know what to do then. I uncompressed it to ~/src/emacs-testing. There are no checkout files in trunk/. cd trunk bzr checkout does not work. cd .. bzr branch ./trunk test works. takes only 11.538s. I now have checkout files to use. So I think shared repo is feasible to get users started immediately. I cannot test how long "bzr pull" takes since the packed repo is already the latest. Maybe Bzr switch can happen sooner.