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

Re: Working copy text base is corrupt

From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-03-10 18:08:08 CET

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@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 10 18:08:47 2003

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

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