@echo off

svn --username %6 --password %7 cat %1/%2@%3 > a.txt
svn --username %6 --password %7 cat %1/%2@%4 > b.txt
%5/diff -b a.txt b.txt

