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.

Reply via email to