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: Locks on the Bzr repository Date: Sat, 21 Aug 2010 22:59:59 +0300 Message-ID: <83occvohxc.fsf@gnu.org> 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1282421352 29602 80.91.229.12 (21 Aug 2010 20:09:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Aug 2010 20:09:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 21 22:09:10 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 1OmuNH-0000hl-I7 for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2010 22:09:07 +0200 Original-Received: from localhost ([127.0.0.1]:40931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmuCc-0006Nx-1x for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2010 15:58:06 -0400 Original-Received: from [140.186.70.92] (port=39079 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmuCV-0006NW-If for emacs-devel@gnu.org; Sat, 21 Aug 2010 15:58:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmuCU-0006h4-FU for emacs-devel@gnu.org; Sat, 21 Aug 2010 15:57:59 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:55680) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmuCU-0006fT-95 for emacs-devel@gnu.org; Sat, 21 Aug 2010 15:57:58 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L7I00E00Q2LRR00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 21 Aug 2010 22:57:57 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.220.100]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L7I00EXCQ4J9580@a-mtaout20.012.net.il>; Sat, 21 Aug 2010 22:57:57 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:128992 Archived-At: > From: Leo > Date: Sat, 21 Aug 2010 20:50:35 +0100 > > Branching in git is as fast as: > > echo 7adb0b64823cbdcfbbcac9a9e32c6b435f57d889 > .git/refs/heads/mybranch > > basically writing a 40-char string to a file. Are all the branches co-located? If not, how do you cope with the bootstrap of a new branch, which takes much longer than writing a string to a file?