Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 6473 invoked from network); 5 Aug 2006 17:27:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2006 17:27:09 -0000 Received: (qmail 41720 invoked by uid 500); 5 Aug 2006 17:27:09 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 41684 invoked by uid 500); 5 Aug 2006 17:27:09 -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: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 41674 invoked by uid 99); 5 Aug 2006 17:27:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2006 10:27:09 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 32.97.110.153 is neither permitted nor denied by domain of qozinx@gmail.com) Received: from [32.97.110.153] (HELO e35.co.us.ibm.com) (32.97.110.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2006 10:27:08 -0700 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e35.co.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k75HQlwR008535 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 5 Aug 2006 13:26:48 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay02.boulder.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k75HQlBY251924 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 5 Aug 2006 11:26:47 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k75HQlUM032024 for ; Sat, 5 Aug 2006 11:26:47 -0600 Received: from [127.0.0.1] (sig-9-76-73-162.mts.ibm.com [9.76.73.162]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k75HQjHR032017 for ; Sat, 5 Aug 2006 11:26:46 -0600 Message-ID: <44D4D4D4.6010000@gmail.com> Date: Sat, 05 Aug 2006 10:26:44 -0700 From: Army User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-688) Enhancements to XML functionality to move toward XPath/XQuery support... References: <14097583.1154797274807.JavaMail.jira@brutus> <44D4D077.6020002@apache.org> In-Reply-To: <44D4D077.6020002@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Daniel John Debrunner wrote: > svn diff works with relative names from the top level I think all of those examples assume the diffs that you're trying to get are w.r.t the svn trunk? Since none of the patches have been committed to the trunk, I need to get diffs between two svn clients on the same machine in order to build sequential patches. To do that I'm using "diff --unified" and specifying the paths to the two clients, hence the absolute path names. But as I said, I'll make sure the absolute path names are removed in future patches. Army