From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: bzr workflow Date: Wed, 13 Jan 2010 17:48:31 +0900 Message-ID: <874omq2xwg.fsf@uwakimon.sk.tsukuba.ac.jp> References: <4B4B93AB.3030903@gnu.org> <4B4C28F6.9000209@swipnet.se> <87ockz1ztm.fsf@telefonica.net> <4B4C4360.2040707@swipnet.se> <87fx6a3fyn.fsf@uwakimon.sk.tsukuba.ac.jp> <878wc23cy8.fsf@uwakimon.sk.tsukuba.ac.jp> <83y6k27i4f.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263372019 24738 80.91.229.12 (13 Jan 2010 08:40:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2010 08:40:19 +0000 (UTC) Cc: ofv@wanadoo.es, lekktu@gmail.com, Eli Zaretskii , jan.h.d@swipnet.se, emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 13 09:40:11 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 1NUylu-0001Al-4M for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2010 09:40:10 +0100 Original-Received: from localhost ([127.0.0.1]:40984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUylu-00034P-Qo for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2010 03:40:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUylp-000339-5X for emacs-devel@gnu.org; Wed, 13 Jan 2010 03:40:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUylk-0002yr-Iq for emacs-devel@gnu.org; Wed, 13 Jan 2010 03:40:04 -0500 Original-Received: from [199.232.76.173] (port=38979 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUylk-0002yl-E6 for emacs-devel@gnu.org; Wed, 13 Jan 2010 03:40:00 -0500 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]:46777) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUylg-00020D-Dp; Wed, 13 Jan 2010 03:39:56 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id 9F2DD1535A8; Wed, 13 Jan 2010 17:39:51 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id B47B71A2C00; Wed, 13 Jan 2010 17:48:31 +0900 (JST) In-Reply-To: X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" 1444e28f1a3d XEmacs Lucid (x86_64-unknown-linux) 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:119904 Archived-At: Lennart Borgman writes: > >> It would be very good if someone pointed out on the wiki page where > >> (and perhaps how) you build Emacs. Do you do that in the trunk > >> directory > > > > Yes. > > > >> Is there anything special to consider? > > > > No. =A0Just do it as usual. >=20 > Thanks Eli. >=20 > Maybe it should be pointed out somewhere? I am not sure. I don't think so. There should not be any problems related to building, *except* that the workflow common in "small" projects of using "bzr branch" a lot without a shared repository should be avoided in Emacs because the overhead of "make bootstrap" is noticable, and unnecessary with an appropriate workflow. I think you're the first person I've seen to worry about it, so I don't think it's a FAQ. When EmacsForBzrDevs is updated, we can just add "You can just build and test as usual in the 'trunk' branch if you use it for quick fixes."