You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Fernando F." <fe...@sapo.pt> on 2003/10/09 19:55:54 UTC

error in checkout

Hi all

I allways receive this error msg when I try to checkout the subversion code.

Im using windows xp , subversion 0.30 and im using a firewall + switch

C:\teste2>svn co http://svn.collab.net/repos/svn/trunk subversion
A  subversion\Makefile.in
A  subversion\build.conf
A  subversion\ac-helpers
A  subversion\ac-helpers\install.sh
A  subversion\ac-helpers\install-sh
A  subversion\www
A  subversion\www\svn-repositories2.html
A  subversion\www\project_header.html
A  subversion\www\cvs-changelog.html
A  subversion\www\testing-goals.html
A  subversion\www\license-1.html
A  subversion\www\getting_subversion.html
A  subversion\www\subversion-diagram.png
A  subversion\www\subversion_logo-200x173.png
A  subversion\www\robots.txt
A  subversion\www\variance-adjusted-patching.html
A  subversion\www\project_footer.html
A  subversion\www\project_tools.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

Re: error in checkout

Posted by Ben Collins-Sussman <su...@collab.net>.
"Fernando F." <fe...@sapo.pt> writes:

> Im using windows xp , subversion 0.30 and im using a firewall + switch
> 
> 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

Historically, this error has always indicated either a hardware or
software failure in the network.  That's why the checksums exist... to
detect these situations.  :-)

In one case, somebody had a bogus router/switch that was munging
packets.

It's also possible that your windows XP TCP/IP stack is broken.  See
this FAQ:

 http://subversion.tigris.org/project_faq.html#windows-xp-server


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org