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

Checksum errors checking out Subversion repository (Win32 client)

From: François Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-09-07 05:01:38 CEST

Hi,

I tried checking out the repository, but got checksum errors:

K:\>svn co http://svn.collab.net/repos/svn/trunk subversion
A subversion\Makefile.in
...
A subversion\www\variance-adjusted-patching.html
svn: A checksum mismatch occurred
svn: close_file: expected and actual checksums do not match:
(subversion/www/project_bugs.html):
   expected checksum: 3770835a3bfd156525b29dcb9886fd43
   actual checksum: 5d79055eff684903e8edcd816cc0f7f2

K:\>cd subversion

K:\subversion>rd /s/q www

K:\subversion>svn up
svn: Working copy not locked
svn: directory 'www' not locked

K:\subversion>svn cleanup

K:\subversion>svn up
svn: Working copy not locked
svn: directory 'www' not locked

K:\subversion>cd ..

K:\>rd/s/q subversion

K:\>svn co http://svn.collab.net:81/repos/svn/trunk subversion
A subversion\Makefile.in
...
A subversion\www\variance-adjusted-patching.html
svn: A checksum mismatch occurred
svn: close_file: expected and actual checksums do not match:
(subversion/www/project_bugs.html):
   expected checksum: 3770835a3bfd156525b29dcb9886fd43
   actual checksum: 5d79055eff684903e8edcd816cc0f7f2

K:\>svn --version
svn, version 0.27.0 (r6715)
   compiled Aug 20 2003, 02:19:40

This is on Win2K SP4.

Notice I tried both on port 80 and 81. Anything I can do to correct the
problem ?

Thanks,
François

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 7 05:01:52 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.