This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
svn update: checksum's don't match
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 7 Jan 2008 09:54:12 -0600
- Subject: svn update: checksum's don't match
Getting this today on updates:
%svn update
stty: standard input: Invalid argument
stty: standard input: Invalid argument
svn: Checksum mismatch for '.svn/text-base/tree-vrp.c.svn-base';
expected: '284237c8119d7910c47b9bbee2161731', actual:
'99646b12bbb393c78836b9c1097a6cf8'
I tried a couple (distinct) check outs, all have this issue.
What's up?
This has happened before, looks like hardware/repo issues from:
http://gcc.gnu.org/ml/gcc/2006-05/msg00488.html
I'm using
svn, version 1.4.4 (r25188)
fc8 on x86 and x86_64
-benjamin