From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Bootstrapping Unicode branch on Windows Date: Mon, 12 Feb 2007 22:26:47 +0100 Message-ID: References: <45D0827F.5050403@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171315624 18458 80.91.229.12 (12 Feb 2007 21:27:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Feb 2007 21:27:04 +0000 (UTC) Cc: id.brep@gmail.com, emacs-devel@gnu.org, handa@m17n.org, jasonr@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 12 22:27:02 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 1HGihS-0003xb-7l for ged-emacs-devel@m.gmane.org; Mon, 12 Feb 2007 22:27:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGihR-0002vt-O6 for ged-emacs-devel@m.gmane.org; Mon, 12 Feb 2007 16:27:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGihH-0002vo-Jm for emacs-devel@gnu.org; Mon, 12 Feb 2007 16:26:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGihF-0002vP-7o for emacs-devel@gnu.org; Mon, 12 Feb 2007 16:26:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGihF-0002vL-2E for emacs-devel@gnu.org; Mon, 12 Feb 2007 16:26:49 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.235]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HGihE-0005Bz-Mj for emacs-devel@gnu.org; Mon, 12 Feb 2007 16:26:48 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 68so1900278wri for ; Mon, 12 Feb 2007 13:26:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kIptFOsf2ek/2FaDJ5Z7kf1UYR64+ce/bHWB/daz8Su6f42ac/sHTRbcOj1YMhc5J09jW33aCK2kigaXRC0zSELrtK+5NVDVaHHI21+TtiCu5dlMVLcC+YtL84gWxRtqOsPEM/7ey0QqdFgEOKi0dBIzHYdpToEL2mmWnRmknIg= Original-Received: by 10.114.46.1 with SMTP id t1mr7399562wat.1171315607721; Mon, 12 Feb 2007 13:26:47 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Mon, 12 Feb 2007 13:26:47 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:66314 Archived-At: On 2/12/07, Eli Zaretskii wrote: > Using -kb has disadvantages: it causes CVS to be unable to send > patches when you update from the repository; instead, it sends the > entire file downstream. Seems like this one is for the day (if any) we switch to a more modern version control software. Juanma