Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 91249 invoked from network); 9 Jun 2005 21:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2005 21:27:03 -0000 Received: (qmail 6623 invoked by uid 500); 9 Jun 2005 21:27:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6594 invoked by uid 500); 9 Jun 2005 21:27:02 -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 6569 invoked by uid 99); 9 Jun 2005 21:27:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of mcintyre.a@gmail.com designates 64.233.184.204 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 14:27:00 -0700 Received: by wproxy.gmail.com with SMTP id 58so302308wri for ; Thu, 09 Jun 2005 14:26:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I4NcZ7GbVxey+jATbS1HYzM4//z+0Q57iN9pC9mH9cj/tqvm9HgI7k7IL25qmie/2IdI8ZNY1g57pX0/2uX4Qp+0Smkrv+4Ye5B0a8+vQqC+sBOuO36ew233lFAkgwxCT9qoQIye1Hu0onVI6UzjOabG8ixumxINv9pCJdC9AWQ= Received: by 10.54.2.49 with SMTP id 49mr630397wrb; Thu, 09 Jun 2005 14:26:50 -0700 (PDT) Received: by 10.54.132.16 with HTTP; Thu, 9 Jun 2005 14:26:50 -0700 (PDT) Message-ID: <54ac72d7050609142698eaeb3@mail.gmail.com> Date: Thu, 9 Jun 2005 14:26:50 -0700 From: Andrew McIntyre Reply-To: Andrew McIntyre To: Derby Development Subject: Re: Amend to BUILDING.TXT with ant target info for the plugin In-Reply-To: <20050609172434.12627.qmail@web81306.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050609172434.12627.qmail@web81306.mail.yahoo.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/9/05, Susan Cline wrote: > =20 > I was starting to make a patch for this today but a patch I already creat= ed > for DERBY-314 has not been committed yet. So when I attempted to make a > patch just for the=20 > issue below with BUILDING.TXT the new svn diff combines everything.=20 You can do 'svn diff BUILDING.TXT' to get just the changes for BUILDING.TXT. Any number of filenames can be passed in to svn diff, and it will produce a patch for the listed files. Providing no filenames produces the diffs for all modified files in your current view. Also, I don't think I realized you had posted a patch for Derby-314. I'll take a look at that shortly as well. andrew