From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Sun, 22 Nov 2009 02:19:53 -0500 Message-ID: References: <87639fr3w7.fsf@red-bean.com> <87vdhfpil2.fsf@red-bean.com> <87einvxy9c.fsf@red-bean.com> <20091118230952.GB908@muc.de> <87my2jw05z.fsf@red-bean.com> <83skc9pbf7.fsf@gnu.org> <87iqd5vw5n.fsf@red-bean.com> <877htl53tc.fsf@telefonica.net> <87ws1ku7zd.fsf@red-bean.com> <87hbso4s13.fsf@telefonica.net> <83aaygoy90.fsf@gnu.org> <87vdh36d48.fsf@telefonica.net> <831vjrptha.fsf@gnu.org> <87einr63b6.fsf@telefonica.net> <83y6lzo9e7.fsf@gnu.org> <871vjr750o.fsf@uwakimon.sk.tsukuba.ac.jp> <87zl6fnnu2.fsf@notengoamigos.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1258874419 28418 80.91.229.12 (22 Nov 2009 07:20:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2009 07:20:19 +0000 (UTC) Cc: ofv@wanadoo.es, stephen@xemacs.org, emacs-devel@gnu.org To: Jason Earl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 08:20:12 2009 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 1NC6jy-0005U4-6C for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2009 08:20:10 +0100 Original-Received: from localhost ([127.0.0.1]:50508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NC6jx-0002CC-5m for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2009 02:20:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NC6jp-0002Bm-Dx for emacs-devel@gnu.org; Sun, 22 Nov 2009 02:20:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NC6jk-0002AM-Hf for emacs-devel@gnu.org; Sun, 22 Nov 2009 02:20:00 -0500 Original-Received: from [199.232.76.173] (port=43327 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NC6jk-0002AJ-Bf for emacs-devel@gnu.org; Sun, 22 Nov 2009 02:19:56 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36377) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NC6jj-0005I9-UB for emacs-devel@gnu.org; Sun, 22 Nov 2009 02:19:56 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NC6jh-0004ga-7w; Sun, 22 Nov 2009 02:19:53 -0500 In-reply-to: <87zl6fnnu2.fsf@notengoamigos.org> (message from Jason Earl on Sat, 21 Nov 2009 22:13:57 -0700) 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:117489 Archived-At: > From: Jason Earl > Cc: Eli Zaretskii , =?utf-8?Q?=C3=93scar?= Fuentes > , emacs-devel@gnu.org > Date: Sat, 21 Nov 2009 22:13:57 -0700 > > "Stephen J. Turnbull" writes: > > > But Bazaar branches *cannot* at present be colocated; they *cannot* > > share a working tree. That means that if you do a "bzr branch" for a > > one-line change, you have to do a "make bootstrap" to test. > > EEEEEEeeeeeewwwwww. > > That's not entirely true. I keep a "workspace" checkout in my > repository and then "bzr switch" between the branches that I am working > on. It probably doesn't work exactly like git, but it certainly allows > you to switch between branches without doing a make bootstrap. Commits > go to the right place, the branch nick gets set correctly, switching is > fast, and make does the right thing. But that means you already bootstrapped each branch at least once, right? Or did I misunderstand the functionality of "bzr switch" and/or how you use it?