Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62746 invoked from network); 16 Aug 2005 17:47:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2005 17:47:06 -0000 Received: (qmail 93360 invoked by uid 500); 16 Aug 2005 17:47:05 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 93328 invoked by uid 500); 16 Aug 2005 17:47:05 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 93311 invoked by uid 99); 16 Aug 2005 17:47:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 10:47:05 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=HTML_20_30,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of msatoor@gmail.com designates 64.233.184.195 as permitted sender) Received: from [64.233.184.195] (HELO wproxy.gmail.com) (64.233.184.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 10:47:24 -0700 Received: by wproxy.gmail.com with SMTP id 36so1282121wra for ; Tue, 16 Aug 2005 10:47:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ORcLfDyRZPSfjz3i61EURbLfMiMD9sImQir84fz3EZOSKsZBbY68xEAYzlJ3Trc91Aubk6/NlZM+vIh/RifIZsaY89PMJFs3kz4wzeNUk/6453if5r/uTVEA6FjmzfsnlY7wUo99TsWy6PkuLHp6eUXgCCDdYbuINqSy2VeeauA= Received: by 10.54.151.4 with SMTP id y4mr4463994wrd; Tue, 16 Aug 2005 10:47:02 -0700 (PDT) Received: by 10.54.146.11 with HTTP; Tue, 16 Aug 2005 10:47:02 -0700 (PDT) Message-ID: Date: Tue, 16 Aug 2005 10:47:02 -0700 From: Mamta Satoor To: Derby Development Subject: Re: Patch tool acts strange In-Reply-To: <430210DE.5030807@acadiau.ca> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5847_21297569.1124214422792" References: <705C2A74-99ED-470B-AE4A-2B8B525B8CEF@Sun.COM> <43020527.6020701@solsoft.com> <430210DE.5030807@acadiau.ca> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5847_21297569.1124214422792 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I was wondering if this can be resolved by setting svn:eol-style on=20 master/updatableResultSet.out. When I list the properties for this master,= =20 it doesn't show any properties $ svn proplist --verbose=20 java/testing/org/apache/derbyTesting/functionTests/master/updatableResultSe= t.out $ There is an updatableResultSet.out master specific to DerbyNet and it has= =20 the appropriate property set on it. $ svn proplist --verbose=20 java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/updatabl= eResultSet.out Properties on=20 'java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\updatab= leResultSet.out': svn:eol-style : native Mamta On 8/16/05, Philip Wilder <050503w@acadiau.ca> wrote:=20 >=20 > Thomas Lecavelier wrote: >=20 > >Hi, > > > >I met also this kind of problem because some of my co-workers used their > >IDE in 'windows end line' markers where I was using unix end line=20 > markers. > > > >If this could help you... > > > >-- Tom > > > >Craig Russell a =E9crit : > > > > > >>In my experience, this is due to a white space change. For example, > >>adding or removing a blank, or replacing a tab with blanks. There is a > >>change, just not easily viewed with the naked eye. > >> > >> > >> > > > > > > > Ah, I think this explanation has merit. In the case of my patch it was > not just a few lines that were replaced but every line :-S >=20 > With this in mind it would probably be prudent to run the derbynetclient > suite (or at least the lang/updatableResultSet.java test) in a Linux > environment before this patch gets released. >=20 > Philip > ------=_Part_5847_21297569.1124214422792 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hi,
 
I was wondering if this can be resolved by setting svn:eol-style = on master/updatableResultSet.out. When I list the properties for this maste= r, it doesn't show any properties
$ svn proplist --verbose java/testing/org/apache/derbyTesting/function= Tests/master/updatableResultSet.out
$
 
There is an updatableResultSet.out master specific to DerbyNet an= d it has the appropriate property set on it.
$ svn proplist --verbose java/testing/org/apache/derbyTesting/function= Tests/master/DerbyNet/updatableResultSet.out
Properties on 'java\testing= \org\apache\derbyTesting\functionTests\master\DerbyNet\updatableResultSet.o= ut':
  svn:eol-style : native
 
Mamta
 
On 8/16/05, = Philip Wilder <050503w@acadiau= .ca> wrote:
Thomas Lecavelier wrote:

= >Hi,
>
>I met also this kind of problem because some of my c= o-workers used their
>IDE in 'windows end line' markers where I was using unix end line m= arkers.
>
>If this could help you...
>
>-- Tom
&= gt;
>Craig Russell a =E9crit :
>
>
>>In my exper= ience, this is due to a white space change. For example,
>>adding or removing a blank, or replacing a tab with blanks. The= re is a
>>change, just not easily viewed with the naked eye.
&g= t;>
>>
>>
>
>
>
Ah, I think this = explanation has merit. In the case of my patch it was
not just a few lines that were replaced but every line :-S

With = this in mind it would probably be prudent to run the derbynetclient
suit= e (or at least the lang/updatableResultSet.java test) in a Linux
environ= ment before this patch gets released.

Philip

------=_Part_5847_21297569.1124214422792--