From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: ja-dic.el and SKK-JYSYO.L Date: Wed, 17 Feb 2010 15:26:17 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1266388000 20267 80.91.229.12 (17 Feb 2010 06:26:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Feb 2010 06:26:40 +0000 (UTC) Cc: expire-by-2010-02-18@kanis.fr, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 17 07:26:33 2010 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.69) (envelope-from ) id 1NhdMn-0002CH-5N for ged-emacs-devel@m.gmane.org; Wed, 17 Feb 2010 07:26:33 +0100 Original-Received: from localhost ([127.0.0.1]:32836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhdMm-0006MV-Cj for ged-emacs-devel@m.gmane.org; Wed, 17 Feb 2010 01:26:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhdMe-0006MQ-Gc for emacs-devel@gnu.org; Wed, 17 Feb 2010 01:26:24 -0500 Original-Received: from [140.186.70.92] (port=48252 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhdMd-0006MG-67 for emacs-devel@gnu.org; Wed, 17 Feb 2010 01:26:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhdMb-0005ay-EJ for emacs-devel@gnu.org; Wed, 17 Feb 2010 01:26:23 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:50120) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhdMa-0005aq-Td for emacs-devel@gnu.org; Wed, 17 Feb 2010 01:26:21 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id o1H6QIm2026975; Wed, 17 Feb 2010 15:26:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id o1H6QIJt025660; Wed, 17 Feb 2010 15:26:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id o1H6QH1J012769; Wed, 17 Feb 2010 15:26:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NhdMX-0004qN-Hm; Wed, 17 Feb 2010 15:26:17 +0900 In-Reply-To: (message from Stefan Monnier on Wed, 17 Feb 2010 01:11:32 -0500) X-detected-operating-system: by eggs.gnu.org: Solaris 9 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:121160 Archived-At: In article , Stefan Monnier writes: >>>>> If we do that, we need to replace the file by a URL in the tarball (so >>>>> the file in `admin' is just a cache). >>> > ?? I don't understand exactly what you mean. >>> It's because I was vague: the precise way we replace the file by a URL >>> is left unspecified. > > How about including .bzr directory (or something) so that a > > user who extracted files from the tarball can get all files > > just by typing "bzr up" under admin/*? Is such a thing > > possible by bzr? > It'd have to be "bzr revert" rather than "bzr update" since missing > files are considered as implicit "bzr rm" requests. Ah, I see. > I'd rather have a plain file giving URLs (and md5sums) so people who > want to get the source will know where to find it. URLs change from time to time and are not reliable. I think it is better that we keep the copies by ourselves in the bzr repository or some of FSF's ftp site. I think the bzr repository is better because it is appearent to users when we update files. --- Kenichi Handa handa@m17n.org