From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Emacs Bazaar repository Date: Tue, 25 Mar 2008 10:36:25 +0100 Message-ID: <87r6dzywkm.fsf@ambire.localdomain> References: <87skyvse7k.fsf@xmission.com> <86ejae96t4.fsf@lola.quinscape.zz> <47DA3601.3040507@arbash-meinel.com> <87r6ecsww7.fsf@uwakimon.sk.tsukuba.ac.jp> <200803180148.m2I1m0dB003724@sallyv1.ics.uci.edu> <8763vjdbj3.fsf@ambire.localdomain> <874pazfktd.fsf@grepfind.mwolson.org> <874pazovm9.fsf@ambire.localdomain> <877ifsy78r.fsf@grepfind.mwolson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206438044 9925 80.91.229.12 (25 Mar 2008 09:40:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2008 09:40:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Olson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 25 10:41:13 2008 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 1Je5eZ-0005Wj-RN for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2008 10:41:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Je5dy-0005Kn-M3 for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2008 05:40:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Je5dY-0004rb-Od for emacs-devel@gnu.org; Tue, 25 Mar 2008 05:40:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Je5dS-0004lO-M1 for emacs-devel@gnu.org; Tue, 25 Mar 2008 05:40:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Je5dS-0004lC-0U for emacs-devel@gnu.org; Tue, 25 Mar 2008 05:40:02 -0400 Original-Received: from [151.61.143.23] (helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Je5dR-0008NO-Kp for emacs-devel@gnu.org; Tue, 25 Mar 2008 05:40:01 -0400 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1Je5b3-00027g-R8; Tue, 25 Mar 2008 10:37:33 +0100 In-Reply-To: <877ifsy78r.fsf@grepfind.mwolson.org> (Michael Olson's message of "Sun, 23 Mar 2008 23:19:00 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:93400 Archived-At: () Michael Olson () Sun, 23 Mar 2008 23:19:00 -0700 Here is a write-up explaining how I do all this: . Thanks. I note that both "cvs export" and "git clone" accept a destination directory argument; you can elide the "grab SRC; mv SRC DST" into "grab SRC DST", like so: cvs: cvs checkout $repo -d cvs-emacs git: git clone $repo git-emacs Not a big deal; the writeup is very clear, as it stands. thi