On 9/26/07, Cliff Stanford <cliff@may.be> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I know I'm missing something. Hopefully someone can tell me what it is.
>
> I am on a Fedora 7 platform. I used the bundled svn version 1.4.3 to
> get the trunk and compiled it. I then yum removed the bundled version,
> built and compiled 1.5.0 (dev build). This appeared to install fine.
>
> I'm using the bundled web server so my configure options were:
>
> ./configure --with-apxs=/usr/sbin/apxs --with-zlib=/usr/lib
> - --with-sqlite=/usr/lib
>
> I then added /etc/ld.so.conf.d/local.conf containing just:
>
> /usr/local/lib
>
> and ran ldconfig.
>
> The server works fine. I can pull up a web page with no problem and it
> reports version 1.5.0 (dev build). The problem is the client. This is
> from the machine with the new build on it:
>
> [cliff_at_mk ~]$ svn co http://svn.may.be/svn/may.be
> svn: Unrecognized URL scheme for 'http://svn.may.be/svn/may.be'
> [cliff@mk ~]$
>
> Checking it out using the file:// syntax works fine. In /usr/local/lib
> there is libsvn_ra_svn-1.so etc. but nothing relating to ra_dav.
In recent trunk versions, there are 2 DAV access libraries, which can
be switched at run time. Because of this, we have renamed
libsvn_ra_dav to libsvn_ra_neon. The other DAV library is implemented
as libsvn_ra_serf.
> I assume I missed something at the configure stage but I can't see what.
> Any help would be appreciated.
What does
$ svn --version
say? Does it include a http:// line?
HTH,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 26 19:28:47 2007