Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 12609 invoked from network); 27 Feb 2011 05:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2011 05:25:17 -0000 Received: (qmail 8411 invoked by uid 500); 27 Feb 2011 05:25:17 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 8233 invoked by uid 500); 27 Feb 2011 05:25:14 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 8223 invoked by uid 99); 27 Feb 2011 05:25:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 05:25:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of blair@orcaware.com designates 108.0.197.17 as permitted sender) Received: from [108.0.197.17] (HELO orca3.orcaware.com) (108.0.197.17) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 05:25:06 +0000 Received: from [192.168.5.235] (dhcp64-134-221-221.hoic.dca.wayport.net [64.134.221.221]) (authenticated bits=0) by orca3.orcaware.com (8.14.3/8.14.3/Debian-9.2ubuntu1) with ESMTP id p1R5OV0X024324 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sat, 26 Feb 2011 21:24:39 -0800 Message-ID: <4D69E009.8040908@orcaware.com> Date: Sat, 26 Feb 2011 21:24:25 -0800 From: Blair Zajac User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Christopher D Haakinson CC: Ryan Schmidt , users@subversion.apache.org Subject: Re: ^M Appends to every line? References: <4D653858.7070403@gmail.com> <4D65B8FE.8090908@acm.org> <56CC7223-9083-4D01-8968-99875782480B@ryandesign.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 2/24/2011 8:02 AM, Christopher D Haakinson wrote: > OK, so I've been testing out the svn:eol-style prop and it appears to > work, but it seems like an awful lot of work for such a simple issue. > > Is there something server-side I can setup to ensure that all files > contain the correct eol style? As others have said, you can use a pre-commit script to check the files. If you have a number of files already checked in that you want to update their properties, you can use the svn_apply_autoprops.py script that I wrote a while back on a working copy to fix up everything in one commit: http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svn_apply_autoprops.py Regards, Blair