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

Re: How can I build subversion which include 'http' support?

From: ying lcs <yinglcs_at_gmail.com>
Date: Wed, 1 Oct 2008 15:27:13 -0500

On Wed, Oct 1, 2008 at 3:08 PM, Ryan Schmidt
<subversion-2008c_at_ryandesign.com> wrote:
> Please remember to reply to all instead of just to me, so the discussion can
> happen on the mailing list where perhaps others will have suggestions for
> you.
>
> On Oct 1, 2008, at 11:48 AM, ying lcs wrote:
>
>> On Tue, Sep 30, 2008 at 9:34 PM, Ryan Schmidt wrote:
>>
>>> To enable http capability in the client, you need to compile it with
>>> either
>>> the neon or serf libraries.
>>
>> Thank you. I tried what you suggested.
>>
>> $ ./configure --with-apr=../apr-1.2.8
>> --with-apr-util=../apr-util-1.2.8 --with-neon=../neon-0.28.3
>> $ make
>> $ sudo make install
>>
>> But i still get 'Unrecognized URL scheme' error.
>>
>> svn checkout http://cab.googlecode.com/svn/trunk/ cab-read-only
>> svn: Unrecognized URL scheme for 'http://cab.googlecode.com/svn/trunk'
>>
>> I am using subversion 1.4.2 on ubuntu.
>
> What is the output of the configure script, specifically any lines
> containing the word "neon"? Did it find neon? Did it try to use it?
>
> Did you try serf instead? Did that not work either?
>
> What is the output of "svn --version"? It should tell you what access
> modules are installed.
>
> Finally, is the svn that you're configuring and installing the same svn that
> you're ending up running? You're not passing --prefix to Subversion's
> configure so it should be installing in the default /usr/local/bin location.
> Does "which svn" say /usr/local/bin/svn or some other location?
>
>
>
Ryan,

Thank you for your help. Revisit the .configure output fixes my problem.

Thank you again.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-01 22:27:38 CEST

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.