This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SVN conversion glitch?
- From: Gunther Nikl <gni at gecko dot de>
- To: gcc at gcc dot gnu dot org
- Cc: Daniel Berlin <dberlin at dberlin dot org>
- Date: Wed, 30 Nov 2005 16:49:03 +0100
- Subject: Re: SVN conversion glitch?
- References: <20051123143257.GU16723@sunsite.mff.cuni.cz>
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