On Sat, 28 Apr 2018 07:57:16 +, Arwin Arni Nandagopal
wrote:
>You'll have to see the documentation for that tool (WinMerge in your case).
THanks,
I ended up writing a batch file in a folder on path using svn cat to
get a temp copy of the previous revision to compare against:
@ECHO OFF
SET W
The "-dl -dr" is the value for the -x option which are passed as arguments to
the external diff command. These are parsed and used by your external diff
tool. You'll have to see the documentation for that tool (WinMerge in your
case). That said, I don't really know what people in GUI land do..
On Sat, 28 Apr 2018 06:39:24 +, Arwin Arni Nandagopal
wrote:
>There are revision keywords like HEAD which references the latest revision
>and PREV which references the last changed revision of the target.
>E.g: SVN diff -rHEAD:PREV target.file will show the changes between the last
>change