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

Re: web dav module for subversion

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Tue, 1 Apr 2008 03:03:37 -0500

On Mar 31, 2008, at 10:18, Anthony McGovern wrote:

> I was hoping someone could help me with a little problem
> I'm having with subversion on solaris 10. I have compiled and made
> subversion from source using the latest versions of apache, neon and
> subversion. they all seemed to configure and install fine. I used the
> following commands when i was installing subversion
>
> autogen.sh
>
> followed by
>
> configure --prefix=/opt/sfw/apps/subversion
> --with-apr=/opt/sfw/apps/apache2 --with-apr-util=/opt/sfw/apps/apache2
> --with-apxs=/opt/sfw/apps/apache2/bin/apxs --without-berkeley-db
> --with-neon=/opt/sfw/apps/neon --disable-neon-version-check
>
> again it configures and makes fine through with no errors. After the
> install when i run the svn --version command i get the following
> output
>
>
> bash$> svn --version
>
> svn, version 1.4.6 (r28521)
> compiled Mar 18 2008, 10:45:42
>
> 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_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
>
>
> From what I've been reading when i run this i should see an entry call
> *ra_dav also

Correct, you should also see:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
   - handles 'http' scheme
   - handles 'https' scheme

> this isn't listed has anyone else seen this before?

I guess it didn't find or like your neon. Look at any lines in your
configure output that refer to neon.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-01 10:04:42 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.