From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Mon, 23 Nov 2009 11:45:15 -0500 Message-ID: References: <874op07kb0.fsf@red-bean.com> <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> <87vdh29lfo.fsf@red-bean.com> <83k4xhoo0n.fsf@gnu.org> <87my2dhlko.fsf@telefonica.net> <87r5rpsnfw.fsf@uwakimon.sk.tsukuba.ac.jp> <87fx85gtil.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258994904 23474 80.91.229.12 (23 Nov 2009 16:48:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 16:48:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 17:48:17 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 1NCc5H-0003rp-F5 for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 17:48:16 +0100 Original-Received: from localhost ([127.0.0.1]:59008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCc5G-0005v3-HY for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 11:48:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCc2T-0004RY-IB for emacs-devel@gnu.org; Mon, 23 Nov 2009 11:45:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCc2Q-0004NH-5w for emacs-devel@gnu.org; Mon, 23 Nov 2009 11:45:21 -0500 Original-Received: from [199.232.76.173] (port=39280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCc2P-0004N3-HP for emacs-devel@gnu.org; Mon, 23 Nov 2009 11:45:17 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:33276 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCc2P-0000Ri-1H for emacs-devel@gnu.org; Mon, 23 Nov 2009 11:45:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqsEAGNKCkvO+IIa/2dsb2JhbACBTdVAhDwEigI X-IronPort-AV: E=Sophos;i="4.47,273,1257138000"; d="scan'208";a="49856345" Original-Received: from 206-248-130-26.dsl.teksavvy.com (HELO pastel.home) ([206.248.130.26]) by ironport2-out.pppoe.ca with ESMTP; 23 Nov 2009 11:45:16 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id EBB9880E5; Mon, 23 Nov 2009 11:45:15 -0500 (EST) In-Reply-To: <87fx85gtil.fsf@telefonica.net> (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Mon, 23 Nov 2009 16:17:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.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:117595 Archived-At: >> I can think of only 3 useful starting points: >> 1- lightweight checkout: for people who only want to fetch the latest >> code but will never need/want the diff/log or contribute code. >> 2- bound branch (aka heavyweight checkout): for people who are happy >> with CVS and will never want to create a local branch. >> 3- a local mirror-branch + a local dev branch. > This sounds as if one have to make a long-term decission. > Going from 2 to 3 and vice-versa requires less than a minute. If you have (2) without a shared repository, it can be a bit more tricky (yes, it can still be done in less than a minute, but only if you know how). Stefan