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

Yet another checksum error

From: <gward_at_mems-exchange.org>
Date: 2003-01-22 22:58:25 CET

Argghh -- now I've upgraded my client to 0.17.1, but it's still talking
to a 0.17 server. I'm running svn up in order to recreate a bunch of
directories that I blew away yesterday (don't ask):

$ svn up
[...]
U memsnet/docroot/links/fabs.ht
A instrument
A instrument/test
svn: A checksum mismatch occurred
svn: (charset conversion failed)

There's nothing in Apache's error.log on the server. The access log
just records the last two GETs:

10.27.8.135 - - [22/Jan/2003:16:45:10 -0500] GET /repos/!svn/ver/20287/trunk/memsnet/docroot/links/fabs.ht HTTP/1.1 200 308 - neon/0.23.5 SVN/0.17.1 (r4503)
10.27.8.135 - - [22/Jan/2003:16:45:11 -0500] GET /repos/!svn/ver/20233/trunk/instrument/test/test_protocols.py HTTP/1.1 200 3917 - neon/0.23.5 SVN/0.17.1 (r4503)

If I try again from deeper in the working tree, I get an XML error:

$ cd instrument
$ svn up
svn: RA layer request failed
svn: REPORT request failed on /repos/trunk/instrument
svn: The REPORT request returned invalid XML in the response: XML parse error at line 1: xmlParseStartTag: invalid element name
.. (/repos/trunk/instrument)

Now access.log records this:

10.27.8.135 - - [22/Jan/2003:16:50:47 -0500] REPORT /repos/trunk/instrument HTTP/1.1 404 274 - neon/0.23.5 SVN/0.17.1 (r4503)

and error.log has two new lines:

[Wed Jan 22 16:50:47 2003] [error] [client 10.27.8.135] A failure occurred during the completion and response generation for the update report. [404, #160013]
[Wed Jan 22 16:50:47 2003] [error] [client 10.27.8.135] (17)File exists:
file not found: transaction `fzo', path `/trunk/instrument' [404,
#160013]

OK, what the heck. Let's start from scratch, at least on this
directory:

  $ cd ..
  $ rm -rf instrument
  $ svn up
A instrument
A instrument/test
A instrument/test/test_protocols.py
A instrument/LICENSE
A instrument/grabber
A instrument/grabber/grabber.txt
A instrument/grabber/grabber.py
svn: A checksum mismatch occurred
svn: apply_window: checksum mismatch after applying text delta
(instrument/grabber/.svn/tmp/text-base/default.css.svn-base):
   expected checksum: 32669b7770e5019e9bd5e8760e4b7f0a
   actual checksum: 2e9ef1ab231b053336d93d5c19151abb

As Charlie Brown used to say in similar circumstances: AARRRGGGHHHH!!!

That persistent knocking sound is me beating my head against a wall...

        Greg

-- 
Greg Ward - software developer                gward@mems-exchange.org
MEMS Exchange                            http://www.mems-exchange.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:07:10 2006

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.