Re: command line syntax for svn diff
From: Arwin Arni Nandagopal <arwin_at_collab.net>
Date: Sat, 28 Apr 2018 06:39:24 +0000
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 changed revision for that file and the latest revision, which is effectively the change introduced by that last revision.
Arwin
________________________________
I want to examine the difference between two file revisions, one being
In the WinMerge docs (http://manual.winmerge.org/Version_control.html)
But when I try this in a WC on a file that is part of the project
svn diff --diff-cmd "C:\Programs\WinMerge\WinMergeU.exe" -x "-dl -dr"
I suspect that the svn diff needs something more to work correctly,
In SVNBook is shown the diff command as:
But my problem is that the revisions where the file actually changed
There is also the --change parameter to svn diff, but the same problem
I am running Svn 1.9.7 command line client on Windows 7 X64.
-- Bo Berglund Developer in SwedenReceived on 2018-04-28 08:39:45 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.