Re: [jira] Commented: (DERBY-688) Enhancements to XML functionality to move toward XPath/XQuery support...

2006-08-22 Thread Bryan Pendleton

 Does the phase6 patch need to be applied to the 10.2 branch?


Yes, that'd be great.  Thanks for bringing this up--I'd forgotten about the 
need for this...


I intend to merge the phase6 patch for DERBY-688 to the 10.2
branch in the next day or so. Rick (or anyone else), please let
me know if you see any problems with this.

thanks,

bryan



Re: [jira] Commented: (DERBY-688) Enhancements to XML functionality to move toward XPath/XQuery support...

2006-08-05 Thread Army

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



Re: [jira] Commented: (DERBY-688) Enhancements to XML functionality to move toward XPath/XQuery support...

2006-08-05 Thread Daniel John Debrunner
A B (JIRA) wrote:


> Sorry, this was because I had to write some scripts/helper programs to 
> generate the sequential patches with respect to each other (since none of 
> them have been committed yet, a simple 'svn diff' wouldn't work) and the 
> scripts use the full path names.

svn diff works with relative names from the top level

# just changes to engine
svn diff java/engine

# just changes to engine and testing
svn diff java/engine java/testing

# just diffs to two files
svn diff NOTICE COPYRIGHT

etc. etc.

Dan.