You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Roman Neuhauser <ne...@bellavista.cz> on 2002/06/24 10:41:48 UTC

can't bootstrap: OPTIONS request failed on /repos/svn/trunk

Hi there,

I know you're all busy, but I can't find an answer.
I've hit a wall during bootstrap from subversion-r2291. 

Short story:

roman@freepuppy ~/install > subversion-r2291/subversion/clients/cmdline/svn co http://svn.collab.net/repos/svn/trunk -d subversion

subversion/libsvn_ra_dav/util.c:333
apr_error: #20014, src_err 0 : <Error string not specified yet>
  OPTIONS request failed on /repos/svn/trunk

subversion/libsvn_ra_dav/util.c:307
apr_error: #20014, src_err 0 : <Error string not specified yet>
  The OPTIONS status was 400, but expected 200.
roman@freepuppy ~/install >                                               116:1


Long story:

1) installed /usr/ports/www/neon (0.21.2) (added --with-force-zlib)
2) installed /usr/ports/databases/db4 (4.0.14) (irrelevant)
3) installed /usr/ports/textproc/diffutils (2.7)
4) fetched svn-r2291, and:
4.1) ./configure --enable-maintainer-mode --disable-shared && make
4.2) set proxy in ~/.subversion/proxies:
  [default]
  host = 188.50.50.200
  port = 3128
5) see short story

I removed the subversion directory, extracted it again, and this time,
ran ./autogen.sh. It told me I needed libtool-1.4, so I installed 1.4.2
in /opt, and also autoconf-2.53 in /usr/local.

6.1) PATH=/opt/bin:$PATH ./autogen.sh
6.2) PATH=/opt/bin:$PATH ./configure --enable-maintainer-mode --disable-shared && make
6.3) see 5)

7) configured && built svn with the installed neon, no dice.

So, what next?

-- 
FreeBSD 4.6-STABLE
11:33AM up 8:33, 11 users, load averages: 0.00, 0.01, 0.05

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

Re: can't bootstrap: OPTIONS request failed on /repos/svn/trunk

Posted by Greg Stein <gs...@lyra.org>.
On Mon, Jun 24, 2002 at 07:08:52PM +0200, Roman Neuhauser wrote:
> > From: "B. W. Fitzpatrick" <fi...@red-bean.com>
>...
> > Sometimes you can work around the proxy. Does this work for you?
> > 
> > $ svn co http://svn.collab.net:81/repos/svn/trunk -d subversion
> 
>     doh! how could I forget reading about the server on tigris listening
>     on 81 just because of losers like me?

Strictly speaking, we have a separate box for svn.collab.net (the physical
box is named "morbius"). That box is located in Chicago.  tigris.org is
located in a colo cage in San Francisco (soon to move to San Jose).

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

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

Re: can't bootstrap: OPTIONS request failed on /repos/svn/trunk

Posted by Roman Neuhauser <ne...@bellavista.cz>.
> From: "B. W. Fitzpatrick" <fi...@red-bean.com>
> To: Roman Neuhauser <ne...@bellavista.cz>
> Cc: svn <de...@subversion.tigris.org>
> Date: Mon, 24 Jun 2002 10:19:39 -0500
> Subject:  Re: can't bootstrap: OPTIONS request failed on /repos/svn/trunk 
> 
> > roman@freepuppy ~/install > subversion-r2291/subversion/clients/cmdline/svn co http://svn.collab.net/repos/svn/trunk -d subversion
> > 
> > subversion/libsvn_ra_dav/util.c:333
> > apr_error: #20014, src_err 0 : <Error string not specified yet>
> >   OPTIONS request failed on /repos/svn/trunk
> > 
> > subversion/libsvn_ra_dav/util.c:307
> > apr_error: #20014, src_err 0 : <Error string not specified yet>
> >   The OPTIONS status was 400, but expected 200.
> > roman@freepuppy ~/install >                                               116:1
> 
> Sometimes you can work around the proxy. Does this work for you?
> 
> $ svn co http://svn.collab.net:81/repos/svn/trunk -d subversion

    doh! how could I forget reading about the server on tigris listening
    on 81 just because of losers like me?

    Thanks for reminding me.

-- 
FreeBSD 4.6-STABLE
7:06PM up 16:06, 4 users, load averages: 0.01, 0.07, 0.04

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