From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Locks on the Bzr repository Date: Sat, 21 Aug 2010 19:41:42 -0600 Message-ID: References: <4C6D56DB.7040703@swipnet.se> <4C6D8EC5.7040901@swipnet.se> <4C6E1F0A.7070506@swipnet.se> <837hjlr78p.fsf@gnu.org> <87zkwhtws5.fsf@uwakimon.sk.tsukuba.ac.jp> <83tymppj62.fsf@gnu.org> <871v9t8klf.fsf@uwakimon.sk.tsukuba.ac.jp> <83lj81pazq.fsf@gnu.org> <83aaogpcbu.fsf@gnu.org> <87vd737pxd.fsf@uwakimon.sk.tsukuba.ac.jp> <83occvohxc.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282441323 15662 80.91.229.12 (22 Aug 2010 01:42:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 Aug 2010 01:42:03 +0000 (UTC) Cc: Leo , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 22 03:41:57 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 1OmzZK-0003Zc-CP for ged-emacs-devel@m.gmane.org; Sun, 22 Aug 2010 03:41:54 +0200 Original-Received: from localhost ([127.0.0.1]:49847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmzZJ-0002aS-U0 for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2010 21:41:53 -0400 Original-Received: from [140.186.70.92] (port=45555 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmzZD-0002aE-Nr for emacs-devel@gnu.org; Sat, 21 Aug 2010 21:41:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmzZC-0006bN-KG for emacs-devel@gnu.org; Sat, 21 Aug 2010 21:41:47 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:31332) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmzZC-0006bI-C6; Sat, 21 Aug 2010 21:41:46 -0400 Original-Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7M1fhCH000917 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 21 Aug 2010 21:41:43 -0400 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7M1fhKr028491; Sat, 21 Aug 2010 21:41:43 -0400 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o7M1fgiE003538; Sat, 21 Aug 2010 21:41:42 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 652B037897B; Sat, 21 Aug 2010 19:41:42 -0600 (MDT) X-Attribution: Tom In-Reply-To: <83occvohxc.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 21 Aug 2010 22:59:59 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:129002 Archived-At: >>>>> "Eli" == Eli Zaretskii writes: Eli> Are all the branches co-located? If not, how do you cope with the Eli> bootstrap of a new branch, which takes much longer than writing a Eli> string to a file? There are multiple options for having multiple workspaces sharing a repository, e.g., "git new-workdir". Tom