On Wed, Nov 23, 2005 at 03:32:57PM +0100, Jakub Jelinek wrote: > While doing svn diff, I've noticed > gcc/config/i386/xm-dgux.h > gcc/config/i386/xm-sysv3.h > gcc/config/i386/xm-sun.h > gcc/config/i386/scodbx.h > files popped out of nowhere on the trunk (and through 4.1 branching > also on gcc-4_1-branch).
There seem to be more conversion glichtes. I retrieved gcc-2_95-branch from the svn repository and diffed it with my CVS checkout. The diff contained lots of differences. Many files had different CVS $Id strings. I was told that this is harmless but what is the reason for this difference? However, there were a few files with different contents: diff -x .svn -x CVS -rup ../GCC2/config/mpw/ChangeLog GCC2/config/mpw/ChangeLog diff -x .svn -x CVS -rup ../GCC2/libio/fstream.h GCC2/libio/fstream.h diff -x .svn -x CVS -rup ../GCC2/libio/isgetsb.cc GCC2/libio/isgetsb.cc diff -x .svn -x CVS -rup ../GCC2/libio/isscan.cc GCC2/libio/isscan.cc diff -x .svn -x CVS -rup ../GCC2/libio/parsestream.h GCC2/libio/parsestream.h diff -x .svn -x CVS -rup ../GCC2/libio/stdstreams.cc GCC2/libio/stdstreams.cc diff -x .svn -x CVS -rup ../GCC2/libio/stream.h GCC2/libio/stream.h diff -x .svn -x CVS -rup ../GCC2/libio/strstream.h GCC2/libio/strstream.h Does that indicate a major problem for the svn repository for that branch? Thank you, Gunther Nikl