On Apr 24, 2005, at 9:56 PM, Mike Matrigali wrote:

What is the svn command to tell the difference in a file and/or files between the trunk and the 10.0 branch?

Hi Mike,

svn diff will take two URLs as the source locations to diff, so you could do:

svn diff http://svn.apache.org/repos/asf/incubator/derby/code/trunk/build.xml http://svn.apache.org/repos/asf/incubator/derby/code/branches/10.0/ build.xml

to get the difference between the trunk and 10.0's build.xml, for example.

andrew



Reply via email to