Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 19986 invoked from network); 14 Dec 2004 10:57:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Dec 2004 10:57:57 -0000 Received: (qmail 94390 invoked by uid 500); 14 Dec 2004 10:57:33 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 94299 invoked by uid 500); 14 Dec 2004 10:57:33 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 29263 invoked by uid 99); 14 Dec 2004 10:31:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Date: Tue, 14 Dec 2004 21:31:26 +1100 From: David Crossley To: Gump code and data Subject: native line-endings (Was: svn commit: r111800 - /gump/trunk/python/gump/core/model/project.py) Message-ID: <20041214103111.GA18526@igg.indexgeo.com.au> References: <20041214095917.88999.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stefan Bodewig wrote: > This change looks far bigger than it actually was because of line-end > tranformations. I vaguely recall there is a property we should add to > the auto-props so that all *.py files are assumed to have platform > specific line-feeds by SVN, but I've lost the details right now. * Make sure that the file has the proper line endings for whatever operating system you are on. * svn add myfile.txt * svn propset svn:eol-style native myfile.txt You can configure your svn client to do it automatically. We created a config file at Forrest: http://issues.cocoondev.org/browse/FOR-124 --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org