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

Re: Unrecognized URL scheme

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-09-26 23:27:20 CEST

On Wed, Sep 26, 2007 at 10:44:27PM +0200, Cliff Stanford wrote:

> Erik Huelsmann wrote:
>
> > 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.
>
> Odd. Neither of these seems to have been built.

I'm on revision 26788 now.

> [cliff@mk ~]$ ls /usr/local/lib/libsvn_ra*so
> /usr/local/lib/libsvn_ra-1.so
> /usr/local/lib/libsvn_ra_local-1.so
> /usr/local/lib/libsvn_ra_svn-1.so
> [cliff@mk ~]$

jsubversion01:/usr/local/src/subversion-latest # ls -l /usr/local/subversion-latest/lib/libsvn_ra*so
lrwxrwxrwx 1 root root 20 26. Sep 23:14 /usr/local/subversion-latest/lib/libsvn_ra-1.so -> libsvn_ra-1.so.0.0.0
lrwxrwxrwx 1 root root 26 26. Sep 23:14 /usr/local/subversion-latest/lib/libsvn_ra_local-1.so -> libsvn_ra_local-1.so.0.0.0
lrwxrwxrwx 1 root root 25 26. Sep 23:14 /usr/local/subversion-latest/lib/libsvn_ra_neon-1.so -> libsvn_ra_neon-1.so.0.0.0
lrwxrwxrwx 1 root root 24 26. Sep 23:13 /usr/local/subversion-latest/lib/libsvn_ra_svn-1.so -> libsvn_ra_svn-1.so.0.0.0

> > What does
> >
> > $ svn --version
> >
> > say? Does it include a http:// line?
>
> [cliff@mk ~]$ svn --version
> svn, version 1.5.0 (dev build)
> compiled Sep 26 2007, 17:51:34
>
> ...
>
> The following repository access (RA) modules are available:
>
> * ra_svn : Module for accessing a repository using the svn network protocol.
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
>
> [cliff@mk ~]$
>
> So, no. No http.

jsubversion01:/usr/local/src/subversion-latest # /usr/local/subversion-latest/bin/svn --version
svn, version 1.5.0 (dev build)
   compiled Sep 26 2007, 23:10:29

Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

My build script:

#!/bin/sh
make distclean
svn up
echo "Enter druecken"
read
./autogen.sh && \
./configure \
--prefix=/usr/local/subversion-latest \
--with-apxs=/usr/local/httpd-2.2.6/bin/apxs \
--without-berkeley-db \
--with-ssl \
--with-libs=/usr/local/openssl-0.9.8e \
--with-neon=/usr/local/neon-0.26.3 \
--with-swig=/usr/local/swig-1.3.29 \
--with-apr=/usr/local/httpd-2.2.6/bin/apr-1-config \
--with-apr-util=/usr/local/httpd-2.2.6/bin/apu-1-config \
--disable-neon-version-check && \
make && \
make install && \
/usr/local/httpd-2.2.6/bin/apachectl stop
sleep 5
/usr/local/httpd-2.2.6/bin/apachectl start

I'd say: I'm fine ;-)

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 26 23:27:45 2007

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.