From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel Subject: Re: Info about available CVS/Arch/Git branches Date: Mon, 13 Aug 2007 13:50:55 +0200 Message-ID: <878x8firfk.fsf@meyering.net> References: <87r6m9za8o.fsf@hariken.mwolson.org> <86r6m7kbyn.fsf@lola.quinscape.zz> <87eji7iwa4.fsf@meyering.net> <86hcn3ka5f.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187005840 20584 80.91.229.12 (13 Aug 2007 11:50:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2007 11:50:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 13 13:50:37 2007 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 1IKYRP-0000pA-OL for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 13:50:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKYRK-0005E5-N5 for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 07:50:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKYRH-0005Dy-1i for emacs-devel@gnu.org; Mon, 13 Aug 2007 07:50:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKYRB-0005DJ-Gd for emacs-devel@gnu.org; Mon, 13 Aug 2007 07:50:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKYRB-0005DG-BV for emacs-devel@gnu.org; Mon, 13 Aug 2007 07:50:21 -0400 Original-Received: from server1.f7.net ([64.34.169.74] helo=f7.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKYR8-00027K-TN for emacs-devel@gnu.org; Mon, 13 Aug 2007 07:50:20 -0400 X-Envelope-From: jim@meyering.net X-Envelope-To: emacs-devel@gnu.org Original-Received: from io.meyering.net (server1.f7.net [64.34.169.74]) by f7.net (8.11.7-20030920/8.11.7) with ESMTP id l7DBnxK18705; Mon, 13 Aug 2007 06:49:59 -0500 Original-Received: by io.meyering.net (Postfix, from userid 1000) id E8157314CA; Mon, 13 Aug 2007 13:50:55 +0200 (CEST) In-Reply-To: <86hcn3ka5f.fsf@lola.quinscape.zz> (David Kastrup's message of "Mon\, 13 Aug 2007 12\:21\:16 +0200") Original-Lines: 28 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:76452 Archived-At: David Kastrup wrote: > Jim Meyering writes: > >> David Kastrup wrote: >> >> You might want to look at how that is handled in the git <-> p4 >> mirroring code in git's contrib/fast-import/*. >> >> BTW, in the last week, I changed things so that branches in the git >> repository > > Which repository are you talking about right now? AFAIK, there is only one public git mirror of the emacs CVS repository: http://git.sv.gnu.org/gitweb/?p=emacs.git git-clone git://git.sv.gnu.org/emacs.git >> are now pushed into the public emacs.git. Before, I'd been pushing >> only the trunk ("master").q > > I presume that emacs.git is just a mirror, and nothing gets committed > back into CVS either via Miles' arch or directly? Yep. That's what "mirror" means to me, too. However, if you make changes on a private git branch, it's easy (git-cvsexportcommit) to mirror them back into a cvs commit.