From dev-return-10350-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Wed Feb 04 22:42:21 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 25041 invoked from network); 4 Feb 2009 22:42:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 22:42:21 -0000 Received: (qmail 7406 invoked by uid 500); 4 Feb 2009 22:42:21 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 7237 invoked by uid 500); 4 Feb 2009 22:42:20 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 7226 invoked by uid 99); 4 Feb 2009 22:42:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 14:42:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 22:42:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 832CF234C48B for ; Wed, 4 Feb 2009 14:41:59 -0800 (PST) Message-ID: <971446518.1233787319522.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 14:41:59 -0800 (PST) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-896) Several doc files include Windows EoL chars In-Reply-To: <104861739.1233765599720.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-896: --------------------------------- Attachment: OPENJPA-896-trunk-withprops.patch Updated patch that fixes the EOL chars and includes adding the svn:eol-style=native on the xml and xsl files. > Several doc files include Windows EoL chars > ------------------------------------------- > > Key: OPENJPA-896 > URL: https://issues.apache.org/jira/browse/OPENJPA-896 > Project: OpenJPA > Issue Type: Bug > Components: docs > Reporter: Donald Woods > Priority: Trivial > Fix For: 2.0.0 > > Attachments: OPENJPA-896-trunk-withprops.patch, OPENJPA-896-trunk.patch > > > Several of the doc files include the Windows Ctrl+M chars at the end of lines when checked out to non-Windows platforms (like MacOSX and Linux), due to the committer not using the ASF suggested svn config values - http://www.apache.org/dev/svn-eol-style.txt > From http://www.apache.org/dev/version-control.html - > Configuring the Subversion client > Committers will need to properly configure their svn client. One particular issue is OS-specific line-endings for text files. When you add a new text file, especially when applying patches from Bugzilla, first ensure that the line-endings are appropriate for your system, then do ... > svn add test.txt > svn propset svn:eol-style native test.txt > Your svn client can be configured to do that automatically for some common file types. Add the contents of the file http://www.apache.org/dev/svn-eol-style.txt to your ~/.subversion/config file. [Note: for Windows this is normally found at C:\Documents and Settings\{username}\Application Data\Subversion\config] > Some files may need additional properties to be set, for example svn:executable=* should be applied to those script files (e.g. .bat, .cgi, .cmd, .sh) that are intended to be executed. Since not all such files are necessarily intended to be executed, the executable property should not be made an automatic default. > However, you should still pay attention to the messages from your svn client when you do 'svn commit'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.