On 25.06.2013, at 20:42, Peter Samuelson wrote: > [Tobias Bading] >> No disrespect & thank you for the hint, but shouldn't a version >> control system be able to answer the question "what's changed?" >> without making you jump through hoops? > > Well, I forgot about "svn log --diff -l1 new_foo".
Good idea, but unfortunately no cigar. Same problems as diff -cN. Only works if the file was copied from rN-1 to rN. If a file was copied from rM to rN with M < N-1, 'svn log --diff -l1 FILE' performs a diff between r0 and rN just like 'svn diff -cN FILE'.