[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN: Checksum mismatch problem

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-05-22 00:32:25 CEST

Bruce Korb <bkorb@gnu.org> writes:

> -- declaration. It Is important that all references to the type point to

The capital 'I' in 'Is' looks wrong.

$ svn cat -r108304 svn://gcc.gnu.org/svn/gcc/trunk/gcc/ada/sem_ch8.adb > foo
$ md5sum foo
bf7be49fb4a377ca037b7c6fe02b1d5a foo
$ sed 's/is import/Is import/' foo | md5sum
7160397e628c7b3dba95c55c0e50bbae -

Those are the two checksums in your original error message. One way
to fix your working copy is to edit the .svn-base file and fix the
corruption. Another way is to delete the entire ada sub-dir from the
working copy and update will download it again.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 22 00:33:44 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.