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

Re: checkout times out (0.24.2, apache tip of trunk)

From: Jens-Uwe Mager <jum_at_anubis.han.de>
Date: 2003-07-05 21:17:25 CEST

On Sat, Jul 05, 2003 at 13:27 -0500, Ben Collins-Sussman wrote:

> Jens-Uwe Mager <jum@anubis.han.de> writes:
>
> > On Sat, Jul 05, 2003 at 19:19 +0200, Sander Striker wrote:
> >
> > > > Yes. I have been running 2.1-dev all the time, updated at various points
> > > > in the past. I updated again on friday. Do I need to swicth to the
> > > > branch to get the streamy property thing or it is enough to run with the
> > > > current development head?
> > >
> > > No, no, it's in 2.1 alright. Basically everything goes into 2.1 first
> > > and is then considered for backport.
> >
> > Then I am wondering what might be the problem. I am consistently getting
> > the timeout error upon attempting to import the latest python using
> > svn_load_dirs (which uses the svn command line). Also my apache grows to
> > about ~500 Mb during these tries.
>
> Well, now you're confusing *me*... you've changed your story. You
> originally said you were getting timeouts when doing a checkout. But
> now you're talking about doing an import.
>
> And 500MB is waaaaaaaay too big for an httpd process. Can you give us
> a reproduction recipe?

Oops, sorry. This is probably due to the error message from the import
perl script, which mentions a co failed:

jum@thoth tmp $ cat imp-cvs
set -e
repo=http://codespeak.net/svn/vendor/cpython
TMPDIR=/data/jumtmp
export TMPDIR
#for ver in r152 r213 r222 r23a1
for ver in r23b2
do
        cd python
        cvs -q up -r $ver
        cd ..
        svn_load_dirs -p /work/svn-head/lib/svn_load_dirs_property_table \
                -t Python-$ver $repo current python
done
jum@thoth tmp $ sh imp-cvs
Directory python will be tagged as Python-r23b2
Please examine identified tags. Are they acceptable? (Y/N) y
Running /work/svn-head/bin/svn log
http://codespeak.net/svn/vendor/cpython
Running /work/svn-head/bin/svn log http://codespeak.net
Running /work/svn-head/bin/svn log http://codespeak.net/svn
Determined that svn root URL is http://codespeak.net/svn.
Native EOL on this system is \012.
Checking out http://codespeak.net/svn/vendor/cpython into
/data/jumtmp/svn_load_dirs_zphHlMg5RS/ZZZ
Running /work/svn-head/bin/svn co
http://codespeak.net/svn/vendor/cpython ZZZ
/work/svn-head/bin/svn_load_dirs: /work/svn-head/bin/svn co
http://codespeak.net/svn/vendor/cpython ZZZ failed with this output:
svn: RA layer request failed
svn: REPORT request failed on '/svn/vendor/cpython'
svn: REPORT of '/svn/vendor/cpython': timed out waiting for server
(http://codespeak.net)
Press return to quit and clean up svn working directory:
Cleaning up /data/jumtmp/svn_load_dirs_zphHlMg5RS

I would suspect that this is easily reproducible just using that
svn_load_dirs script. The first for line in the imp-cvs helper is
commented out as I have done these imports before, but using file: urls
at that time. Due to various permission screwups I have switched all
URLs to http: to avoid any permission problems.

-- 
Jens-Uwe Mager	<pgp-mailto:F476EBC2>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 5 21:18:28 2003

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.