From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yavor Doganov Newsgroups: gmane.emacs.devel Subject: Re: Surely 'bzr branch' shouldn't be this slow? Date: Thu, 07 Jan 2010 09:44:43 +0200 Organization: The GNU Emacs Church (Bulgarian eparchy) Message-ID: <87d41m740k.GNU's_Not_Unix!%yavor@gnu.org> References: <20100103174743.GB1653@muc.de> <87bphbhxxt.fsf@telefonica.net> <20100106131039.GB2447@muc.de> <4B448FF5.5060900@gnu.org> <87hbqze39u.fsf@telefonica.net> <83637fccsz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1262851029 2269 80.91.229.12 (7 Jan 2010 07:57:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 07:57:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 07 08:57:01 2010 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 1NSnEn-0005ok-9g for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 08:56:57 +0100 Original-Received: from localhost ([127.0.0.1]:36082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSnEl-00037k-J5 for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 02:56:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSn3j-0007Zd-NI for emacs-devel@gnu.org; Thu, 07 Jan 2010 02:45:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSn3c-0007YX-Vb for emacs-devel@gnu.org; Thu, 07 Jan 2010 02:45:29 -0500 Original-Received: from [199.232.76.173] (port=49205 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSn3c-0007YR-Hu for emacs-devel@gnu.org; Thu, 07 Jan 2010 02:45:24 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:54888) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NSn3b-0006R5-0L for emacs-devel@gnu.org; Thu, 07 Jan 2010 02:45:24 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSn3N-0001dA-48 for emacs-devel@gnu.org; Thu, 07 Jan 2010 02:45:09 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NSn3I-0000k9-EJ for emacs-devel@gnu.org; Thu, 07 Jan 2010 08:45:04 +0100 Original-Received: from 213.91.219.2 ([213.91.219.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jan 2010 08:45:04 +0100 Original-Received: from yavor by 213.91.219.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jan 2010 08:45:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 213.91.219.2 In-Reply-To: <83637fccsz.fsf@gnu.org> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Jabber-ID: doganov@jabber.minus273.org X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:119557 Archived-At: Eli Zaretskii wrote: > I don't think the time it takes to make the original branch (or a > branch outside the shared repo) is CPU-bound. It certainly is! I've been fighting for 3 days now to branch on one of my most powerful machines at home (AMD Duron 1.3 GHz, 500 MB RAM) without success, and I gave up today. Both sftp/http methods get stuck around 275/300 MB, and the machine is experiencing sky high loads; I can't even login. I'm tired of killing bzr and restarting the process; it always fails. At work, on a Pentium IV 2 GHz/1G RAM it took me about an hour and a half with a slower connection. I guess if I compress the shared repo and scp it to my home machine, it would work, right?