From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Patch Makefile.in to remove .DS_Store on MacOSX Date: Tue, 18 Aug 2009 10:25:55 -0400 Message-ID: References: <790AD3D2-26B5-457F-9E31-4C11B43AC760@mac.com> <87k514o8bi.fsf@cyd.mit.edu> <30358CE5-BD40-46AB-B4BE-8B26351DB50B@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250605738 30822 80.91.229.12 (18 Aug 2009 14:28:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2009 14:28:58 +0000 (UTC) Cc: Seiji Zenitani , Christian Lynbech , emacs-devel emacs-devel To: Ken Raeburn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 18 16:28:50 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 1MdPgA-00073P-9t for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2009 16:28:50 +0200 Original-Received: from localhost ([127.0.0.1]:36408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdPg9-0002KS-Nr for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2009 10:28:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdPdf-0001Yr-Sd for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:26:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdPdb-0001XD-9d for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:26:15 -0400 Original-Received: from [199.232.76.173] (port=41229 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdPdb-0001X5-50 for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:26:11 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:56867) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdPda-0001mS-Mi for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:26:10 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdPdY-0002yU-UM for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:26:09 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n7IEPu1u004332; Tue, 18 Aug 2009 10:25:56 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id CDD1690126; Tue, 18 Aug 2009 10:25:55 -0400 (EDT) In-Reply-To: <30358CE5-BD40-46AB-B4BE-8B26351DB50B@raeburn.org> (Ken Raeburn's message of "Mon, 17 Aug 2009 21:12:43 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3342=0 X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:114365 Archived-At: > Who's "we"? I was using subversion for quite a while to manage my local > development tree. I just couldn't use it directly from the FSF machines; > I had to do my own mirroring. And I did, in fact, keep deletion of .svn > subdirectories as one of my local changes as a result. That doesn't seem like a problem: the whole reason for you to use such a VCS was to keep track of local changes, so handling local changes is obviously not a problem. Stefan