From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Where is patch? - problems with patch.exe on w32 Date: Thu, 15 Dec 2005 21:19:32 +0100 Message-ID: <43A1CFD4.2010201@student.lu.se> References: <43A064AD.4050604@student.lu.se> <20051214192858.GM2399@calimero.vinschen.de> <43A07425.70205@student.lu.se> <43A07AC3.1030209@student.lu.se> <43A12706.10601@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134683435 20682 80.91.229.2 (15 Dec 2005 21:50:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2005 21:50:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 15 22:50:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1En0xw-0001SL-Ub for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 22:48:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En0yb-0002vL-KW for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 16:49:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmzbT-0007Yp-0D for emacs-devel@gnu.org; Thu, 15 Dec 2005 15:21:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Emzaq-0007Jm-Me for emacs-devel@gnu.org; Thu, 15 Dec 2005 15:21:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Emzap-0007Jb-P5 for emacs-devel@gnu.org; Thu, 15 Dec 2005 15:20:47 -0500 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Emzcf-0006nx-Sn; Thu, 15 Dec 2005 15:22:42 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.069.1) id 43A175630001ED00; Thu, 15 Dec 2005 21:19:33 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: 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:47819 Archived-At: Eli Zaretskii wrote: >>>Since I checkout Emacs files with -kb option to "cvs up", they (the >>>text files in Emacs source tree) have Unix-style EOLs. >>> >>> >>> >>But I am just using the method for checkout that is shown on the >>Savannah page. I think that should work. >> >> > >It works without using -kb as well, I just described what I do in my >setup. If your Emacs tree is checked-out without -kb, you don't need >to use the --binary option, that's the only change. > > I use the same command for update and initial checkout. Do you then add -kb to the command described on Emacs home page at Savannah? Since this procedure is not the standard procedure as far as I understand I wonder if there are any more problems with doing so? What about check ins? What about those part in the emacs/nt subdirectory?