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

Problems getting WebDav to work with subversion

From: Anthony McGovern <amcgovern_at_tssg.org>
Date: Tue, 18 Mar 2008 17:30:24 +0000

Hello
     I'm hoping someone could help with me a little problem I'm having
getting neon working with subversion. I'm trying to get the webdav
function of subversion working by using neon on solaris 10. I have build
and compiled the neon, berkeleyDB and apache2 source files. When i go to
install subversion from source i run the following command:

first i run the autogen.sh file then i enter the following command:

./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
--with-berkeley-db=/opt/sfw/apps/berkeleydb/ --with-neon=/usr/local/neon

It actually seems to compile fine with no errors and even says that it
detects neon 0.25.4 once i run the "make" and "make install" i go to the
subversion/bin directory and run ./svn --version and i get the following
output

 # 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

subversion-zone:/opt/sfw/apps/subversion/bin

as you can see there are only 2 modules installed ra_local and ra_svn
the webdav module isn't installed and after checking in the lib
subdirectory of my subversion folder and the libsvn_ra_dav.so isnt there
either.

So I'm not sure why subversion isn't picking up that neon is installed.

Id be really grateful if someone could shed some light.

Kind Regards
Anthony

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-18 17:40:40 CET

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.