You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Roland Schwingel <Ro...@onevision.de> on 2003/10/01 08:55:30 UTC

Unable to check out of larger repository




Hi...

I finally succeeded in at least partitially converting my CVS to SVN using
cvs2svn. Now I tried to check out a converted branch. But this fails. There
were some reports on that already some days ago, but I couldn't find a
solution/fix for this in the archive.

I am running subversion 0.30.0 (r7178)

svn co http://raid1:8888/svn/test/branches/x10/CVS
svn: RA layer request failed
svn: REPORT request failed on '/svn/test/!svn/vcc/default'
svn: REPORT of '/svn/test/!svn/vcc/default': timed out waiting for server
(http://raid:8888)

After svn co it takes 1 or 2 minutes till the error appears... The machine
itself is nearly idle. no load on it during svn co.

I tried it both local on a cygwin client and directly on the subversion
server (linux)!
The access.log of apache shows:
192.168.7.6 - - [01/Oct/2003:10:31:28 +0200] "PROPFIND
/svn/test/branches/x10/de HTTP/1.1" 401 514
192.168.7.6 - root [01/Oct/2003:10:31:36 +0200] "PROPFIND
/svn/test/branches/x10/de HTTP/1.1" 207 708
192.168.7.6 - root [01/Oct/2003:10:31:42 +0200] "PROPFIND
/svn/test/!svn/vcc/default HTTP/1.1" 207 402
192.168.7.6 - root [01/Oct/2003:10:31:42 +0200] "PROPFIND
/svn/test/!svn/bln/18390 HTTP/1.1" 207 461
192.168.7.6 - root [01/Oct/2003:10:31:42 +0200] "PROPFIND
/svn/test/branches/x10/de HTTP/1.1" 207 708

When i do
svn co file:///<path_to_repos>/svn/test/branches/x10/CVS
on the linux server (which is btw. pretty fast) It starts checkin out, but
it takes ages and the machine remains idle the whole time....
I yet don't know whether it will finish or not doing this as it checks out
one file every 5 minutes....

Any clues?
Anything I can do to get more verbose output and to speed this up?

Thanks,

Roland


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

RE: Unable to check out of larger repository

Posted by Roland Schwingel <Ro...@onevision.de>.



Hi...

>
> > After svn co it takes 1 or 2 minutes till the error
> > appears... The machine
> > itself is nearly idle. no load on it during svn co.
>
> I have the same problem. Using "svnadmin recover [repos name]" fixes it,
> but only for a while.
Thanks for the tip... I was running my svn co for about 30 hours now to see
whether the result of cvs2svn is ok and it was just half way thru. I did
an svnadmin recover and now it checks out really fast (at present local
checkout, directly on the server)! How long did it help for you until
the slowdown happened again??

> The repository I am dealing with is > 700MB. I get another error along
> the same lines as well. When checking out a larger section of the
> repository the client will close after a while with the following error
> message:
> svn: RA layer request failed
> svn: REPORT request failed on '/common/!svn/vcc/default'
> svn: REPORT of '/common/!svn/vcc/default': Could not read response body:
> Secure connection truncated (https://svn.c-tera.de)
I got similar results things.. my repos is 780MB and ~18400 revisions.

> I am using subversion 0.26.0 (r6550) on an OpenBSD server. The client is
> version 0.29.0 (r6976) on windows XP
I have 0.30.0 (Suse 8.0 linux server+client/Win2000 cygwin client)

Roland

PS: I stareted to checked out a certain branch soon before I started this
mail and now it is already finished... Strange...


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

RE: Unable to check out of larger repository

Posted by Robert Nürnberg <nu...@esono.de>.
Hi!

> After svn co it takes 1 or 2 minutes till the error 
> appears... The machine
> itself is nearly idle. no load on it during svn co.

I have the same problem. Using "svnadmin recover [repos name]" fixes it,
but only for a while.

The repository I am dealing with is > 700MB. I get another error along
the same lines as well. When checking out a larger section of the
repository the client will close after a while with the following error
message:
svn: RA layer request failed
svn: REPORT request failed on '/common/!svn/vcc/default'
svn: REPORT of '/common/!svn/vcc/default': Could not read response body:
Secure connection truncated (https://svn.c-tera.de)

I am using subversion 0.26.0 (r6550) on an OpenBSD server. The client is
version 0.29.0 (r6976) on windows XP

Any ideas?



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