From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: bazaar question Date: Tue, 26 Jan 2010 22:46:47 +0100 Message-ID: References: <87tyu87du2.fsf@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1264542489 24192 80.91.229.12 (26 Jan 2010 21:48:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 21:48:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: henry atting Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 26 22:48:01 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NZtGS-00049r-7A for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2010 22:48:00 +0100 Original-Received: from localhost ([127.0.0.1]:57301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZtGT-0001rX-CV for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2010 16:48:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZtFh-0001k2-BA for help-gnu-emacs@gnu.org; Tue, 26 Jan 2010 16:47:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZtFc-0001j4-R8 for help-gnu-emacs@gnu.org; Tue, 26 Jan 2010 16:47:12 -0500 Original-Received: from [199.232.76.173] (port=42635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZtFc-0001j1-MG for help-gnu-emacs@gnu.org; Tue, 26 Jan 2010 16:47:08 -0500 Original-Received: from mail-fx0-f216.google.com ([209.85.220.216]:44764) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZtFc-0007Ip-Hv for help-gnu-emacs@gnu.org; Tue, 26 Jan 2010 16:47:08 -0500 Original-Received: by fxm8 with SMTP id 8so4251146fxm.26 for ; Tue, 26 Jan 2010 13:47:07 -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 :from:date:message-id:subject:to:cc:content-type; bh=zMMBgzh8osb/VTHMQMdFRQLyL+Plmr77+t/eHAYbARU=; b=ppKfkGggERa0uKMk3joIglZjYS16AYljstkEqQUYpHvi/rB7b7dOoJFumW7EPMOxpC FyUkZs+rs8JB1E2dRaiMOBiJ1XKaww4aA2SCQHg9oEGA/gfI8T6tkSMXtAZ2cpEoNpLJ dtWpnsn7D1GjutuAw7UHg61eCEQS/CPQMkE0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=D15NJQv8gjbrzOhV7SChJBhyoG5kI9f5scNFoVaaMss2NruC3nVrME5MLJZ4miR41r dGDeUUvmx5nCrS8OMEIeCYWiyzOY67uBYxSZ9i2nKkqOvKz8KkSGDNQ1xsBwI/Wwqp2u 3YjVe3PmoPrK4ZIT3g8ytt9c4wSWhLVkYPFl8= Original-Received: by 10.239.174.15 with SMTP id h15mr942861hbf.161.1264542427299; Tue, 26 Jan 2010 13:47:07 -0800 (PST) In-Reply-To: <87tyu87du2.fsf@online.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71497 Archived-At: On Tue, Jan 26, 2010 at 10:31 PM, henry atting wrote: > I find it annoying that I have to grapple with bazaar if I > want to go on building emacs from source. Do I really have to pull > the whole emacs tree starting from the first published sources in the > Roman Empire? > > Tried it with `bazaar branch http://bzr.savannah.gnu.org/r/emacs/trunk/' > but stopped, unpatiently, after 20 minutes. > Is this the only way to get the latest source? You can get them from Launchpad too. That is faster since they have installed the bazaar fast server (or what it is called). bzr branch lp:emacs trunk After that updates are quick (in the trunk subdir): bzr update