I think so. This is the output from svn --version:
[csvn_at_svn ~]$ svn --version
svn, version 1.8.13 (r1667537)
compiled Mar 20 2015, 11:32:18 on x86_64-unknown-linux-gnu
Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
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
* ra_serf : Module for accessing a repository via WebDAV protocol using
serf.
- using serf 1.3.8
- handles 'http' scheme
- handles 'https' scheme
And this is part of the content
of /opt/csvn/data/conf/csvn_modules_httpd.conf (Collabnet embeds an Apache
httpd server in the installation program, I don't know what tweaks thay may
have done):
LoadModule dav_module lib/modules/mod_dav.so
LoadModule dav_fs_module lib/modules/mod_dav_fs.so
LoadModule dav_svn_module lib/modules/mod_dav_svn.so
LoadModule authz_core_module lib/modules/mod_authz_core.so
LoadModule authz_host_module lib/modules/mod_authz_host.so
etc.
2015-05-22 14:33 GMT+02:00 Les Mikesell <lesmikesell_at_gmail.com>:
> On Thu, May 21, 2015 at 1:38 AM, Ignacio González (Eliop)
> <igtorque.eliop_at_googlemail.com> wrote:
> > Les, I´ve installad Collabnet Subversion Edge 4.0.13 over CentOS 7
> (miminal
> > ISO) and works fine.
>
>
> Thanks - does this include a working mod_dav_svn for http access using
> apache?
>
> --
> Les Mikesell
> lesmikesell_at_gmail.com
>
Received on 2015-05-22 14:52:58 CEST