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

Re: more Unrecognized URL scheme

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-06-08 11:13:19 CEST

Garret Wilson wrote:
> Michael,
>
> Michael W Thelen wrote:
>
>> Garret Wilson wrote:
>>
>>
>>> svn: Unrecognized URL scheme for 'http://svn.collab.net/repos/svn/trunk'
>>>
>>>
>> Is libsvn_ra_dav-1.so in there? I would guess that it's missing.
>>
>>
>>
> Nope, no such library in /usr/local/lib .
>
>> What was the command you used to build the Subversion client?
>>
> After updating using "svn up", I performed my usual build process:
>
> rm -f /usr/local/lib/libsvn*
> rm -f /usr/local/lib/libapr*
> rm -f /usr/local/lib/libexpat*
> rm -f /usr/local/lib/libneon*
> ./autogen.sh
> ./configure --with-libs=/usr/local/ssl --with-ssl
> --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2
> make clean
> make
> make install
>
>> Did you
>> pass the --without-neon flag, or did the build process give any errors
>> about not being able to find the neon library? (Neon is the HTTP
>> library used by ra_dav.)
>>
>>
> My last build used neon (I believe 0.24.6) in ./neon and those files are
> still there. (I would have upgraded neon, but
> http://www.webdav.org/neon/ is not responding today.)

Subversion requires 0.24.7, IIRC.

You can get it from the "neon" subdir of any recent subversion source
tarball.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 8 11:16:21 2005

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.