From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Shaowei Wang (wsw)" Newsgroups: gmane.emacs.devel Subject: Re: Can NOT bzr the emacs repos (may be bzr has a memory leak) Date: Wed, 3 Feb 2010 08:59:00 +0800 Message-ID: <2e566b9e1002021659vb5eab30s684a1cbc96f299ba@mail.gmail.com> References: <2e566b9e1002012043m293cd98fg36ebc5d9c4cf5428@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1265158758 20340 80.91.229.12 (3 Feb 2010 00:59:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 00:59:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 01:59:15 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 1NcTaN-0008G5-DH for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 01:59:15 +0100 Original-Received: from localhost ([127.0.0.1]:35147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcTaH-0001RH-Ub for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 19:59:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcTaD-0001RC-WE for emacs-devel@gnu.org; Tue, 02 Feb 2010 19:59:06 -0500 Original-Received: from [199.232.76.173] (port=40245 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcTaC-0001Qy-JG for emacs-devel@gnu.org; Tue, 02 Feb 2010 19:59:04 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcTaB-0008C8-OM for emacs-devel@gnu.org; Tue, 02 Feb 2010 19:59:04 -0500 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:44839) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcTaB-0008Bz-GJ; Tue, 02 Feb 2010 19:59:03 -0500 Original-Received: by vws8 with SMTP id 8so316566vws.0 for ; Tue, 02 Feb 2010 16:59:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=nz807Mm4RwfaU8ghyTyjoJKe8TB23YfKKZmvSD9gXn8=; b=lN18NqYNrR2VP7UJsstvX1g9UMXp7TR7sXFL+8Z47KIEBbBJRSq17QxGfoJ2ojk3zz 8R+Yo/PVv+2Y4IeT3vxadwauJA0DSD1SaM3Ea2iDcXwPtRUhtKNE07p2YrhbpfyYgKc0 vOoXRvHwvLLNFPPA1yHci4/jFzVFkvSLiqUSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Wt3MNeNQdFgBaxz78V2rxe0gPGwuKDeqKfTmoy5s8Ux57K1xg643OCOqU7s5KWdVBj tBsOLSCFEX/3Rxp5A8tRgG/uoPYxk+VP84iBA2/hAkcMQc5HFHWWPwc8E7z5AQYtAsW1 F5+AUJyLHzz8dPFirBtBtFuL23UMtaeJQlE84= Original-Received: by 10.220.89.135 with SMTP id e7mr6903075vcm.99.1265158740261; Tue, 02 Feb 2010 16:59:00 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:120838 Archived-At: On Wed, Feb 3, 2010 at 4:37 AM, Glenn Morris wrote: > "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 > It works. Thanks. > When I tried, both of these were fairly quick (~ few minutes), and > seemed to use not much more than 250MB resident memory. >