From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65307 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Splitting gnus.texi Date: Mon, 1 Oct 2007 00:46:39 +0300 Message-ID: <20070930214639.GA12374@kobe.laptop> References: <87fy1v36be.fsf@neutrino.caeruleus.net> <87fy1ut4hp.fsf@jurta.org> <20070930205032.GA11749@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191188902 13653 80.91.229.12 (30 Sep 2007 21:48:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2007 21:48:22 +0000 (UTC) To: ding@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 30 23:48:18 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 1Ic6e7-00038D-DT for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 23:48:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic6e3-00035J-LV for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 17:48:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ic6e1-00035E-Eb for emacs-devel@gnu.org; Sun, 30 Sep 2007 17:48:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ic6dz-00034x-0Q for emacs-devel@gnu.org; Sun, 30 Sep 2007 17:48:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic6dy-00034u-RF for emacs-devel@gnu.org; Sun, 30 Sep 2007 17:48:06 -0400 Original-Received: from igloo.linux.gr ([62.1.205.36]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ic6dy-0001vt-7l for emacs-devel@gnu.org; Sun, 30 Sep 2007 17:48:06 -0400 Original-Received: from kobe.laptop (dialup51.ach.sch.gr [81.186.70.51]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8ULljjl029918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 1 Oct 2007 00:47:57 +0300 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8ULlfBU012401; Mon, 1 Oct 2007 00:47:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8ULkdCv012392; Mon, 1 Oct 2007 00:46:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.913, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Detected-Kernel: Linux 2.6 (newer, 1) 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:80062 gmane.emacs.gnus.general:65307 Archived-At: On 2007-09-30 23:34, Reiner Steib wrote: >On Sun, Sep 30 2007, Giorgos Keramidas wrote: >> On 2007-09-26 08:07, Reiner Steib wrote: >>> Additionally, splitting destroys CVS annovate (vc-annotoate). I also >>> see no problem with the size. >> >> This doesn't have to be the result of splitting. The files may be >> 'repo-copied' by one of the CVS admins, creating let's say 3 files: >> >> gnus.texi >> gnus-news.texi >> gnus-email.texi >> >> These files can then be 'trimmed' with a normal commit, and the trimmed >> text becomes a changeset of its own. This way 'cvs annotate' will still >> show useful information. > > ... but e.g. "cvs ... co -r v5-10 gnus" will create bogus gnus-*.texi > files. This is a no-no. Indeed, or someone has to go through the 'copies' and delete the tags which are no longer relevant. I understand that this is just an "ugly hack", so let's avoid it if there isn't a very good reason to split `gnus.texi' :-)