From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: RefTeX Merge Date: Wed, 26 Sep 2012 09:09:22 +0200 Message-ID: <871uhpdzvh.fsf@thinkpad.tsdh.de> References: <877grkehl2.fsf@caeruleus.net> <505F574D.1050707@cs.ucla.edu> <876274lzio.fsf@gnu.org> <871uhri21g.fsf@caeruleus.net> <878vbyehrg.fsf@thinkpad.tsdh.de> <87haqlwbya.fsf@caeruleus.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348643378 6959 80.91.229.3 (26 Sep 2012 07:09:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2012 07:09:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ralf Angeli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 09:09:43 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TGlkb-0006ng-Kc for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2012 09:09:41 +0200 Original-Received: from localhost ([::1]:48774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGlkW-0005E6-4r for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2012 03:09:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGlkT-0005Dk-12 for emacs-devel@gnu.org; Wed, 26 Sep 2012 03:09:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGlkN-0006qY-NE for emacs-devel@gnu.org; Wed, 26 Sep 2012 03:09:32 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:53949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGlkN-0006qU-GL for emacs-devel@gnu.org; Wed, 26 Sep 2012 03:09:27 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 948D51A40A1; Wed, 26 Sep 2012 09:09:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M-UB0HU1m4yD; Wed, 26 Sep 2012 09:09:25 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 73C2E1A407D; Wed, 26 Sep 2012 09:09:25 +0200 (CEST) Mail-Followup-To: Ralf Angeli , emacs-devel@gnu.org In-Reply-To: <87haqlwbya.fsf@caeruleus.net> (Ralf Angeli's message of "Wed, 26 Sep 2012 08:11:09 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153559 Archived-At: Ralf Angeli writes: Hi Ralf, >> I can import the reftex CVS repository into a bzr or git repository >> if it helps to get the job done. I've already written the needed >> scripts and configurations for cvs2{bzr,git} for converting AUCTeX, >> and they'll probably work well with reftex, too. > > I tried to get some information about `brz join' but there does not > seem to be much available. And given the problems with the command > discussed on emacs-devel it looks a bit dangerous. > > Also, I'm not yet sure if it would be the right tool for the job > because we want to do a merge of files existing in both repositories > and the description of `bzr join' talks about combining a tree with a > subtree. > > What would be the steps involved? Commit the merged files in both > repositories, convert the RefTeX CVS repo to bzr and then join the > lisp directory of the RefTeX bzr repo into the Emacs repo? Or would > the merge be part of the join? I don't have any clue, but the converted repository is here, waiting for you to play around with it. bzr branch http://www.tsdh.org/reftex.bzr/trunk reftex Bye, Tassilo