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

Re: 'Base checksum mismatch' problem

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-19 02:04:59 CET

Adrian Howard <adrianh@quietstars.com> writes:

> I've not the foggiest idea what caused the wc corruption.

If you want to investigate, here are some ideas

  - Is the date on .svn/text-base/Class.pod.svn-base familiar in any
    way?

  - Run md5sum on .svn/text-base/Class.pod.svn-base and compare it
    to the checksum for Class.pod stored in .svn/entries, they should
    be the same.

  - Run svn info on Class.pod and determine the text last updated
    time, is it familiar in any way? Is it the same as the date on
    the text-base? (Note, a difference is not an error, but it might
    help determine what went wrong.)

  - Info also gives you the last changed revision so checkout that
    revision of the directory containing Class.pod.

  - Compare the text-base in the corrupt working copy with that in the
    new one. Is the difference familiar? Are the two text-base files
    the same size?

  - Run svn log on Class.pod and note the revisions at which it has
    changed. Update Class.pod in the new working copy to each
    revision in turn and look at the checksum in .svn/entries. Do any
    of them match the checksum in the corrupt working copy?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 19 02:05:17 2004

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.