Re: Is it possible to see a diff of a "replaced" file?

2013-09-10 Thread Stefan Sperling
On Tue, Sep 10, 2013 at 09:59:27AM -0500, Benjamin Fritz wrote: > I'm referring to files with an 'R' status in 'svn log'. > > I want to see the changes between the new file, and the file that it replaced. 'svn diff' does that by default. You have to use the --notice-ancestry option to force svn no

Is it possible to see a diff of a "replaced" file?

2013-09-10 Thread Benjamin Fritz
I'm referring to files with an 'R' status in 'svn log'. I want to see the changes between the new file, and the file that it replaced. I can use 'svn cat' to get the old file and then compare it to the new one, but I am hoping there is a way to have SVN run the diff for me in one step like it can