Error 'Could not parse chunk size' after moving my repository to a new server and newer version of svn
From: Reuscher Markus <Markus.Reuscher_at_rwesolutions.at>
Date: 2003-11-28 11:52:33 CET
Hi all!
I dumped the repository on my old server with SVN 0.24.2 to
After this I can not check out directories from the new server.
--- 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.orgReceived on Fri Nov 28 11:53:19 2003 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.