Shouldn't the eol-style property be set to native? -Adrian
On 6/7/2010 2:05 AM, [email protected] wrote:
Author: jleroux Date: Mon Jun 7 09:05:00 2010 New Revision: 952156 URL: http://svn.apache.org/viewvc?rev=952156&view=rev Log: May help sometimes Added: ofbiz/branches/release09.04/revert.bat (with props) Added: ofbiz/branches/release09.04/revert.bat URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/revert.bat?rev=952156&view=auto ============================================================================== --- ofbiz/branches/release09.04/revert.bat (added) +++ ofbiz/branches/release09.04/revert.bat Mon Jun 7 09:05:00 2010 @@ -0,0 +1,23 @@ +echo off +rem ##################################################################### +rem Licensed to the Apache Software Foundation (ASF) under one +rem or more contributor license agreements. See the NOTICE file +rem distributed with this work for additional information +rem regarding copyright ownership. The ASF licenses this file +rem to you under the Apache License, Version 2.0 (the +rem "License"); you may not use this file except in compliance +rem with the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, +rem software distributed under the License is distributed on an +rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +rem KIND, either express or implied. See the License for the +rem specific language governing permissions and limitations +rem under the License. +rem ##################################################################### + +rem to revert back a revision in local copy. +echo on +svn merge -c -%1 https://svn.apache.org/repos/asf/ofbiz/branches/release09.04 Propchange: ofbiz/branches/release09.04/revert.bat ------------------------------------------------------------------------------ svn:eol-style = CRLF
