Re: 1.6 vs. 1.8: strange behavior of 'svn diff -cN WC-FILE' if the file was created in rev N by copying
From: Peter Samuelson <peter_at_p12n.org>
Date: Tue, 25 Jun 2013 13:08:26 -0500
[Tobias Bading]
Something like this:
$ LC_ALL=C svn log -v -l1 new_foo
Copied and modified foo_at_1 to new_foo.
Parse the "A" line, then use that information to construct a diff
svn diff -r1:6 new_foo
Peter
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.