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

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

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 >