From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Tue, 28 Apr 2009 14:11:52 -0400 Message-ID: <87mya0sl5j.fsf@canonical.com> References: <87mye6xnsr.fsf@xemacs.org> <87y6xpvyz6.fsf@xemacs.org> <87zli4jcc4.fsf@workhorse.earlhome> <87vdsrjcco.fsf@workhorse.earlhome> <87fxjgb4ud.fsf_-_@red-bean.com> <87eiyy3lag.fsf@notengoamigos.org> <87bpu1451m.fsf@red-bean.com> <874ozs34c6.fsf@notengoamigos.org> <87k58nyih3.fsf@red-bean.com> <87ocxxrjnh.fsf@canonical.com> <874ozp4ld3.fsf@notengoamigos.org> <87vdoou5a2.fsf@canonical.com> <83iqkoekmb.fsf@gnu.org> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240942532 11937 80.91.229.12 (28 Apr 2009 18:15:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2009 18:15:32 +0000 (UTC) Cc: emacs-devel@gnu.org, Karl Fogel , monnier@iro.umontreal.ca, jearl@notengoamigos.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 28 20:15:23 2009 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 1LyroB-00027R-8o for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2009 20:13:31 +0200 Original-Received: from localhost ([127.0.0.1]:58383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyroA-0007lX-Fn for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2009 14:13:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyrnS-0007gu-Ub for emacs-devel@gnu.org; Tue, 28 Apr 2009 14:12:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyrnQ-0007gG-Sj for emacs-devel@gnu.org; Tue, 28 Apr 2009 14:12:46 -0400 Original-Received: from [199.232.76.173] (port=59273 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyrnQ-0007gB-LP for emacs-devel@gnu.org; Tue, 28 Apr 2009 14:12:44 -0400 Original-Received: from adelie.canonical.com ([91.189.90.139]:55145) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyrnP-0003WW-5h; Tue, 28 Apr 2009 14:12:43 -0400 Original-Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1LyrnL-0000Aq-Ih; Tue, 28 Apr 2009 19:12:39 +0100 Original-Received: from cpe-24-193-42-111.nyc.res.rr.com ([24.193.42.111] helo=kfogel-work) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1LyrnL-0000hA-EE; Tue, 28 Apr 2009 19:12:39 +0100 In-Reply-To: <83iqkoekmb.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 28 Apr 2009 20:47:08 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:110523 Archived-At: Eli Zaretskii writes: > What exactly do we want to test in this regard? Emacs source files > all have Unixy EOLs, at least for me (I do "cvs up -kb" all the time), > and I hope Bazaar will let me continue doing that. > > Does Bazaar have an option of leaving text files with their original > EOL format? If not, then Bazaar will have to be careful not to > convert EOLs in files that are kept in the repository with DOS EOLs -- > these are the *.bat files and few of the Leim sources. Bazaar won't do anything differently without you asking it to. See http://doc.bazaar-vcs.org/bzr.dev/en/user-reference/bzr_man.html#end-of-line-conversion Ideally, some people would test that it works to set up the conversion so that one is editing CRLF files on Windows.