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

Re: Failures importing binaries

From: Ben Reser <breser_at_gmail.com>
Date: 2004-08-31 18:03:57 CEST

On Tue, 31 Aug 2004 16:47:41 +0200, Alex R. Mosteo <alejandro@mosteo.com> wrote:
> I'm trying to put a website under svn control. It has about 500MB in
> size, most of it binary files.
>
> I've been using svn for quite a while with mostly text files without
> problems, but now this website seems impossible to be imported. I'm
> using the 1.0.6 version for Mandrake 10.
>
> Every time I try, it goes well for a while but at some point (different
> in each try) it gets stuck and bails out after a while with one of these
> two errors:
>
> * At least one property change failed. No changes made (...)
> * PUT timeout at (server http address).
>
> After one of these, the repository is unusable and neither verify nor
> recover work. (They timeout too). However, the Apache server (latest 2
> version) continues serving pages and other repositories well. The server
> is in localhost. I'm accessing the repository via Apache/DAV.

I doubt your timeout issue has anything to do with the backend.
Though it shouldn't be wedging the repo. Try adjusting the
http-timeout in ~/.subversion/servers (you can make a section specific
to your server or make it global).

> Any ideas? Will it likely work with 1.1 and the new filesystem? I would
> try the 1.1rc2 but no rpm is available for Mandrake 10 and the source
> distribution fails when ./configure is run in my system:
>
> checking for APR... reconfig
> configuring package in apr now
> : command not foundersion-1.1.0-rc2/apr/configure: line 11:
> /home/jano/tmp/subversion-1.1.0-rc2/apr/configure: line 19: syntax error
> near unexpected token `elif'
> 'home/jano/tmp/subversion-1.1.0-rc2/apr/configure: line 19: `elif test
> -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
> configure failed for apr

I can't replicate this on Mandrake 10. Please provide more details of
what you're doing when building.

> P.s: Doing a few folders at a time I've managed to import the bulk of
> the site, but now I get this error when importing other files:
>
> svn: MKCOL of
> /svn-private/!svn/wrk/4d234c30-f4e2-0310-a6b4-e99ae108b4e0/www/coral/coral:
> 405 Method Not Allowed
>
> It's not critical for me but I'm curious.

This is either a proxy problem (see FAQ at:
http://subversion.tigris.org/project_faq.html#proxy )
or is an Apache configuration problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 31 18:04:33 2004

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.