Daniel Berlin wrote:
I did
svn co svn+ssh://gcc.gnu.org/svn/gcc/branches/sh-elf-4_1-branch
cd sh-elf-4_1-branch
svn merge -r106276:106279 svn+ssh://gcc.gnu.org/svn/gcc/trunk .
(rev 106276:106279 contains the change that will remove .cvsignore)
[EMAIL PROTECTED]:/mnt/gccstuff/sh-elf-4_1-branch> svn diff -N
It's not the diff against the pristine copy that's the problem, but the
diff against mainline.
I've renamed the toplevel dir to gcc (for compatibility with my
symlink-building scripts),
then changed current directory to it. Then I did:
svn diff --old svn+ssh://[EMAIL PROTECTED]/svn/gcc/trunk/gcc --new gcc
|less