Re: Compiling subversion on Ubuntu 10.10

2011-01-16 Thread Daniel Shahaf
Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000:
> After investigation, it seems that the path for LIBTOOL was defined
> incorrectly. I had to change apr-util/build/rules.mk:38 from:
> 
> LIBTOOL=$(SHELL) $(top_builddir)/libtool
> to
> LIBTOOL=$(SHELL) $(apr_builddir)/libtool
> 

What version is that?  My 1.4.2 already says the latter.

> I'm unfamiliar with how the configure scripts work, so I'm not sure if this
> is a problem with the SVN scripts, APR scripts, or my system itself. If it's
> one of the first two, then I'll report it to the appropriate list. Can
> anyone provide any guidance?
> ---
> Daniel Becroft


Re: Compiling subversion on Ubuntu 10.10

2011-01-16 Thread Daniel Becroft
On Mon, Jan 17, 2011 at 7:22 AM, Daniel Shahaf wrote:

> Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000:
> > After investigation, it seems that the path for LIBTOOL was defined
> > incorrectly. I had to change apr-util/build/rules.mk:38 from:
> >
> > LIBTOOL=$(SHELL) $(top_builddir)/libtool
> > to
> > LIBTOOL=$(SHELL) $(apr_builddir)/libtool
> >
>
> What version is that?  My 1.4.2 already says the latter.
>

I was using the 1.3.x branch of both apr and apr-util, because that's what
the error message from the ./configure script told me to get (line 4350).

I've switched both apr and apr-util to the 1.4.x branch, re-ran ./autogen.sh
and ./configure.sh, but still get the same results (extract of apr/build/
apr_rules.mk below).

Looks like it might be something on my machine.

Cheers,
Daniel B.

# Some layouts require knowing what version we are at.
APR_MAJOR_VERSION=1
APR_DOTTED_VERSION=1.4.3

CC=gcc
RM=rm
AWK=mawk
SHELL=/bin/bash
LIBTOOL=$(SHELL) $(top_builddir)/libtool


> > I'm unfamiliar with how the configure scripts work, so I'm not sure if
> this
> > is a problem with the SVN scripts, APR scripts, or my system itself. If
> it's
> > one of the first two, then I'll report it to the appropriate list. Can
> > anyone provide any guidance?
> > ---
> > Daniel Becroft
>


Re: svn: OPTIONS of ...could not connect to server

2011-01-16 Thread Richard England

On 01/07/2011 06:54 AM, Ben Kim wrote:

Hi,

I run CentOS 5, 2.6.18-128.el5. I'm seeing

$ svn commit index.epl
svn: Commit failed (details follow):
svn: OPTIONS of 'https://...': could not connect to server

I looked for an answer high and low, but couldn't find a way to fix it.

Can anyone offer a clue? Thanks.



#svn --version
svn, version 1.6.12 (r955767)
compiled Jun 22 2010, 11:47:19
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
   - handles 'http' scheme
   - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
   - with Cyrus SASL authentication
   - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
   - handles 'file' scheme

#rpm -qa|grep neon
neon-0.25.5-10.el5_4.1
neon-devel-0.25.5-10.el5_4.1

Is the httpd server running?  Can you use a browser to view the 
repository?  Did you move the repository after you checked out the 
working copy?