Differences between revisions 3 and 4
Revision 3 as of 2008-09-03 15:09:33
Size: 422
Editor: 194
Comment:
Revision 4 as of 2008-09-03 15:13:09
Size: 431
Editor: 194
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This example differs from [[Diffing a working copy against a repository]] example only in the the right-hand parameter passed to an SVNDiffClient: This example differs from [[Diffing a working copy against a repository]] example only in the the right-hand revision parameter passed to an SVNDiffClient:

This example differs from Diffing a working copy against a repository example only in the the right-hand revision parameter passed to an SVNDiffClient:

   1             /*
   2              * This corresponds to 'svn diff -rBASE'.
   3              */
   4             diffClient.doDiff(wcRoot, SVNRevision.UNDEFINED, SVNRevision.WORKING, SVNRevision.BASE,
   5                     SVNDepth.INFINITY, true, System.out, null);

Diffing a working copy against a base revision (last edited 2008-09-04 15:56:34 by 194)