From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Mon, 23 Nov 2009 16:17:38 +0100 Message-ID: <87fx85gtil.fsf@telefonica.net> References: <87zl6vskq0.fsf@red-bean.com> <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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1258989699 3377 80.91.229.12 (23 Nov 2009 15:21:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 15:21:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 16:21:32 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 1NCajG-00032G-0L for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 16:21:27 +0100 Original-Received: from localhost ([127.0.0.1]:40775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCajF-00072F-73 for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 10:21:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCaiB-0005x9-3h for emacs-devel@gnu.org; Mon, 23 Nov 2009 10:20:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCai5-0005s0-VE for emacs-devel@gnu.org; Mon, 23 Nov 2009 10:20:18 -0500 Original-Received: from [199.232.76.173] (port=39395 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCai5-0005rj-Mt for emacs-devel@gnu.org; Mon, 23 Nov 2009 10:20:13 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:58292) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCai5-0002qT-At for emacs-devel@gnu.org; Mon, 23 Nov 2009 10:20:13 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NCai2-0002Pp-KI for emacs-devel@gnu.org; Mon, 23 Nov 2009 16:20:10 +0100 Original-Received: from 83.red-83-40-117.dynamicip.rima-tde.net ([83.40.117.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Nov 2009 16:20:10 +0100 Original-Received: from ofv by 83.red-83-40-117.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Nov 2009 16:20:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 83.red-83-40-117.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:p0+Wb8U6g1nN6urGQ/byLV3NmYk= 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:117589 Archived-At: Stefan Monnier writes: > 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. You can mix both workflows without problem. So don't worry too much. Start with 2 and, if you feel in the mood, upgrade to 3. -- Óscar