Hi !
I wanted to check some info in Collab.net's SVN repository. So I ran a
few commands (see transcript at end). Some commands were reporting:
svn: Checksum mismatch for 'www/project_links.html':
expected checksum: 172bd0af443f52453d9e1560d6cd403e
actual checksum: 6c9a23c8b535dc7cbb1ba90b5da81881
At first, I thought the checksum mismatch was in Subversion's own
repository. Then I had the idea of trying to use https, and then things
went fine.
This error message should say where the error occured - network or fs
backend or wc. Those are the three places where it can occur, if I
remember correctly, right ?
Thanks !
François
Transcript
==========
$ svn log -r14913 http://svn.collab.net/repos/svn/trunk
------------------------------------------------------------------------
r14913 | kfogel | 2005-06-01 11:52:46 -0400 (mer., 01 juin 2005) | 2 lines
* www/project_links.html: Format in the New Received Style.
------------------------------------------------------------------------
$ svn diff -r14912:14913 http://svn.collab.net/repos/svn/trunk | more
svn: Checksum mismatch for 'www/project_links.html':
expected checksum: 172bd0af443f52453d9e1560d6cd403e
actual checksum: 6c9a23c8b535dc7cbb1ba90b5da81881
$ svn log -v -r14912:14913 http://svn.collab.net/repos/svn/trunk
------------------------------------------------------------------------
r14912 | kfogel | 2005-06-01 11:44:21 -0400 (mer., 01 juin 2005) | 4 lines
Changed paths:
M /trunk/www/project_tasks.html
* www/project_tasks.html
(bindings): Link to the list of bindings, and stop speculating that
PHP bindings are nonexistent, since they do exist.
------------------------------------------------------------------------
r14913 | kfogel | 2005-06-01 11:52:46 -0400 (mer., 01 juin 2005) | 2 lines
Changed paths:
M /trunk/www/project_links.html
* www/project_links.html: Format in the New Received Style.
------------------------------------------------------------------------
$ svn cat -r14913
http://svn.collab.net/repos/svn/trunk/www/project_links.html | more
svn: Checksum mismatch for '':
expected checksum: 2b90b6fb1b92de61469df20a7fbe7bce
actual checksum: 603f39bb1d673d68bf353d9d703f02e9
$ svn cat -r14913
https://svn.collab.net/repos/svn/trunk/www/project_links.html | more
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...
$ svn --version
svn, version 1.2.0 (r14790)
compiled May 22 2005, 22:40:26
System: WinXP SP2 Pro (fr-ca).
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 3 16:37:33 2005