Hello,
I want to compare (diff) two files (what's in /trunk with what's in /tags - the hope being that they are the same (no differences). When I run the command shown below, I don't get a message like "Files are same, no differences". Is that normal or is there something wrong with the syntax? C:\>svn diff --summarize svn://X.XX.XXX.XXX/SVN_Sandbox/trunk/testdir/subdir1/testfile1.txt svn:// X.XX.XXX.XXX /SVN_Sandbox/tags/release_01/testdir/subdir1/testfile1.txt C:\>