[Orca-dev] Re: Working copy text base is corrupt

Blair Zajac blair at orcaware.com
Mon Mar 10 09:08:08 PST 2003


Blair Zajac wrote:
> 
> Transmitting file data .svn: Working copy text base is corrupt
> svn: Commit failed (details follow):
> svn: svn_wc_transmit_text_deltas: checksum mismatch for '/export/home1/blair/Code/Blair/Orca/orca1/packages/Digest-MD5-2.24/.svn/text-base/MD5.xs.svn-base':
>    recorded checksum:        c3f52008d0d1130807000000954ce37a
>    actual checksum (hex):    6bff95ff70ba43a6c81e255c6510a865
>    actual checksum (base64): a/+V/3C6Q6bIHiVcZRCoZQ==

A little more research.

The files in this directory are from Perl's Digest::MD5 module version
2.23, so I can compare the MD5's.  In this case, the actual checksum
matches the md5sum from a freshly unpacked Digest-MD5-2.23tar.gz.

Also, doing a fresh checkout of the directory containing these files
in Subversion matches the Digest::MD5 tar.gz, so the repository is
ok.

Maybe Subversion should add a new command to verify all md5's in a
working copy instead of waiting for a commit to happen.

Or svn status could do this automatically, since it is often run and
needs to read all of the files anyway in the tree, it would be a good
place for a safety check.

Best,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/


More information about the Orca-dev mailing list