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

Re: Building with 0.21.0 (and GCC 3.1)

From: mark benedetto king <bking_at_answerfriend.com>
Date: 2002-06-01 17:46:59 CEST

On Sat, Jun 01, 2002 at 12:03:54AM -0400, Sergey A. Lipnevich wrote:
> Hi,
>
> This is my first post, thanks.
> I'm trying to build svn with neon 0.21.0. After doing all the renames
> and leaving out arg #3 for ne_uri_parse (patch attached for r1868), the
> bootstrap client does compile, but is unable to check out. I can try and
> create a bootstrap client with included neon 0.19.x (which worked
> before, but since I have libxml2 on this machine instead of expat it

I have things working with neon 0.19 and libxml2. I just changed
the neon/src/Makefile to use

CPPFLAGS = -DHAVE_CONFIG_H -I/usr/include/libxml2 -I/usr/include/libxml2/libxml

instead of what was generated by configure.

This isn't the right way of doing it, but it worked.

> breaks), but is it going to work?.. I know that latest release doesn't
> address neon 0.21.0 yet. I tried to file an issue, but apparently I'm
> underpriviledged to do this :-). The error when trying to check out:
> ----------------------------------------------------------
> svn checkout http://svn.collab.net/repos/svn/trunk -d svn
>
> svn_error: #21091 : <RA layer request failed>
> OPTIONS request failed on /repos/svn/trunk
>
> svn_error: #21091 : <RA layer request failed>
> OPTIONS of /repos/svn/trunk: could not connect to server
> ----------------------------------------------------------
> The repository is reachable, I can browse it.

When you browse it, are you perhaps browsing it via a proxy?
That error message is frequently caused by issues with proxies.

Subversion may need to be configured to use your proxy. You might
also try using http://svn.collab.net:81/repos/svn/trunk. The httpd
on svn.collab.net is configured to listen on both port 80 and port 81.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 17:50:59 2002

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.