You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Reuscher Markus <Ma...@rwesolutions.at> on 2003/11/28 10:52:33 UTC

Error 'Could not parse chunk size' after moving my repository to a new server and newer version of svn

Hi all!

I dumped the repository on my old server with SVN 0.24.2 to
a file and loaded that file to a repository on my new server
with SVN 0.33.1. The new server is running Apache 2.0.48.

After this I can not check out directories from the new server.
I earn following errors:
---
C:\Development>svn co http://newserver/svn/CommandControl
A  CommandControl\ComputationClient.cpp
A  CommandControl\DeviceIdentifier.cpp
A  CommandControl\ComputationManager.h
svn: RA layer request failed
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': Could not parse chunk size
(http://newserver)

C:\Development>svn co http://newserver/svn/CommandControl
svn: RA layer request failed
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': Could not read chunk size: Line
too long (http://newserver)

C:\Development>cd CommandControl

C:\Development\CommandControl>svn up
svn: RA layer request failed
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': Could not parse chunk size
(http://newserver)
---

The old server is running Win 2000 and the new one Windows XP.
My local computer and the new server is running SVN 0.33.1. 
My colleague is using SVN 0.24.2 and get as result:
---
C:\Development>svn co http://newserver/svn/CommandControl
svn: RA layer request failed
svn: REPORT request failed on '/svn/CommandControl'
svn: REPORT of '/svn/CommandControl': 409 Conflict (http://newserver)
---

Imports and updates are running properly:
---
C:\Development>svn import -m "Initial import" Utils
http://newserver/svn/Utils
Adding         Utils\base64.cpp
Adding         Utils\base64.h
...
Committed revision 2210.
---

Also a recovery of svn and a restart of Apache2 didn't solve
the problem:
---
L:\Development>net stop Apache2
The Apache2 service is stopping.
The Apache2 service has stopped.

L:\Development>svnadmin recover l:\development\_svn\cs
Acquiring exclusive lock on repository db.
Recovery is running, please stand by...
Recovery completed.
The latest repos revision is 2210.

L:\Development>net start Apache2
The Apache2 service is starting.
The Apache2 service has started.
---

Here the last entries from the access.log of Apache2:
---
...
172.16.2.131 - - [28/Nov/2003:10:40:25 +0100] "PROPFIND
/svn/CommandControl HTTP/1.1" 207 694
172.16.2.131 - - [28/Nov/2003:10:40:25 +0100] "PROPFIND
/svn/!svn/vcc/default HTTP/1.1" 207 390
172.16.2.131 - - [28/Nov/2003:10:40:25 +0100] "PROPFIND
/svn/!svn/bln/210 HTTP/1.1" 207 445
172.16.2.131 - - [28/Nov/2003:10:40:25 +0100] "PROPFIND
/svn/CommandControl HTTP/1.1" 207 694
172.16.2.131 - - [28/Nov/2003:10:40:26 +0100] "PROPFIND
/svn/!svn/vcc/default HTTP/1.1" 207 445
172.16.2.131 - - [28/Nov/2003:10:40:26 +0100] "PROPFIND
/svn/!svn/bc/210/CommandControl HTTP/1.1" 207 706
172.16.2.131 - - [28/Nov/2003:10:40:26 +0100] "PROPFIND
/svn/CommandControl HTTP/1.1" 207 694
172.16.2.131 - - [28/Nov/2003:10:40:26 +0100] "PROPFIND
/svn/CommandControl HTTP/1.1" 207 694
172.16.2.131 - - [28/Nov/2003:10:40:26 +0100] "PROPFIND
/svn/!svn/vcc/default HTTP/1.1" 207 390
172.16.2.131 - - [28/Nov/2003:10:40:27 +0100] "PROPFIND
/svn/!svn/bln/210 HTTP/1.1" 207 445
172.16.2.131 - - [28/Nov/2003:10:40:27 +0100] "PROPFIND
/svn/CommandControl HTTP/1.1" 207 694
172.16.2.131 - - [28/Nov/2003:10:40:27 +0100] "REPORT
/svn/!svn/vcc/default HTTP/1.1" 200 636718
---

A local checkout (with file:///L:/Development/...) is running without
any errors or flaws.

Does anyone know what I have to do to fix this problem?

Many thanks in advance
Markus



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


Re: Error 'Could not parse chunk size' after moving my repository to a new server and newer version of svn

Posted by Ben Collins-Sussman <su...@collab.net>.
On Fri, 2003-11-28 at 04:52, Reuscher Markus wrote:

> svn: REPORT of '/svn/!svn/vcc/default': Could not parse chunk size
> (http://newserver)

> svn: REPORT of '/svn/!svn/vcc/default': Could not read chunk size: Line
> too long (http://newserver)
> 

Are you running the latest XP, that has the TCP/IP stack fixed?  There's
a FAQ about that.   This looks like a low-level transport error.  The
fact that you switched your server from 2K to XP makes me think of the
FAQ.


> My colleague is using SVN 0.24.2 and get as result:
> ---
> C:\Development>svn co http://newserver/svn/CommandControl
> svn: RA layer request failed
> svn: REPORT request failed on '/svn/CommandControl'
> svn: REPORT of '/svn/CommandControl': 409 Conflict (http://newserver)

A 0.24 client will not work against a 0.33 server.  Don't even try.  See
the interoperability FAQ.


> A local checkout (with file:///L:/Development/...) is running without
> any errors or flaws.

Sure, there's no network involved there, makes sense.




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