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
eople in GUI land do..
Arwin
From: Bo Berglund
Sent: Saturday, 28 April, 13:10
Subject: Re: command line syntax for svn diff
To: users@subversion.apache.org
On Sat, 28 Apr 2018 06:39:24 +, Arwin Arni Nandagopal wrote: >There are
revision keywords like HEAD which references the latest re
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
effectively the change
introduced by that last revision.
Arwin
From: Bo Berglund
Sent: Saturday, April 28, 2018 10:53:35 AM
To: users@subversion.apache.org
Subject: command line syntax for svn diff
I want to examine the difference between two file revisions, one being
the
I want to examine the difference between two file revisions, one being
the file in the working copy and the other the same file as the
previous committed revision of that same file.
The diff should be sent to WinMerge for display.
In the WinMerge docs (http://manual.winmerge.org/Version_control.ht