Re: "svn diff" works for added files in working copy, but not for previous revision

2010-07-29 Thread Stefan Sperling
On Wed, Jul 28, 2010 at 09:48:33PM +, Bob wrote: > Hi, > When I do "svn diff file1" on a file that I just added to my working copy > since > the last commit, it prints a diff that shows the entire file being added. > However, if I had a file that was added in a previous revision (say 42), and

"svn diff" works for added files in working copy, but not for previous revision

2010-07-28 Thread Bob
Hi, When I do "svn diff file1" on a file that I just added to my working copy since the last commit, it prints a diff that shows the entire file being added. However, if I had a file that was added in a previous revision (say 42), and I try to do "svn diff -c 42 file2", it doesn't work. It gives th