[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: Garret Wilson <garret_at_globalmentor.com>
Date: 2005-06-07 23:48:48 CEST

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.)

Garret

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 7 23:54:38 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.