From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Can NOT bzr the emacs repos (may be bzr has a memory leak) Date: Tue, 02 Feb 2010 15:37:20 -0500 Message-ID: References: <2e566b9e1002012043m293cd98fg36ebc5d9c4cf5428@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265143191 654 80.91.229.12 (2 Feb 2010 20:39:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Feb 2010 20:39:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Shaowei Wang \(wsw\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 02 21:39:47 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.69) (envelope-from ) id 1NcPXH-0007ul-1p for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 21:39:47 +0100 Original-Received: from localhost ([127.0.0.1]:54454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcPXB-0004CA-6o for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 15:39:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcPUx-0003Ov-53 for emacs-devel@gnu.org; Tue, 02 Feb 2010 15:37:23 -0500 Original-Received: from [199.232.76.173] (port=37882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcPUw-0003Ob-MC for emacs-devel@gnu.org; Tue, 02 Feb 2010 15:37:22 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcPUv-0005We-7z for emacs-devel@gnu.org; Tue, 02 Feb 2010 15:37:22 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39667) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcPUv-0005WY-01 for emacs-devel@gnu.org; Tue, 02 Feb 2010 15:37:21 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NcPUu-00026g-Ka; Tue, 02 Feb 2010 15:37:20 -0500 X-Spook: Maple infowar Saddam Hussein Vince Foster Watergate CDC X-Ran: +9j!#1MB,3k[5`DYA._#d&&q&)_JAw!5ENQfcI5z@,isbo?%Hh$0>PrlP3OEss;vK\25E" X-Hue: red X-Attribution: GM In-Reply-To: <2e566b9e1002012043m293cd98fg36ebc5d9c4cf5428@mail.gmail.com> (Shaowei Wang's message of "Tue\, 2 Feb 2010 12\:43\:56 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:120827 Archived-At: "Shaowei Wang (wsw)" wrote: > I can not use the following command to bzr the emacs repos: > bzr branch http://bzr.savannah.gnu.org/r/emacs/trunk > > The bzr eat up so many memory and take my whole system down. If you just want to keep up-to-date with the latest Emacs, then personally I see no problem with using either: bzr checkout --lightweight http://bzr.savannah.gnu.org/r/emacs/trunk or bzr branch --stacked http://bzr.savannah.gnu.org/r/emacs/trunk When I tried, both of these were fairly quick (~ few minutes), and seemed to use not much more than 250MB resident memory.