You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anthony McGovern <am...@tssg.org> on 2008/03/18 17:30:24 UTC

Problems getting WebDav to work with subversion

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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org