On 1/17/14, 8:07 PM, WilliamBai wrote:
> I encounter the following error when configuring the slave machine of svn
> write-through, Could you give some suggestions?
> ----------------------------------------------------------------------------------------------------
> [root_at_FiOS-DL120-10 ~]# apachectl start
> [Fri Jan 17 22:51:19 2014] [warn] module dav_svn_module is already loaded,
> skipping
> [Fri Jan 17 22:51:19 2014] [warn] module authz_svn_module is already loaded,
> skipping
> Syntax error on line 5 of /etc/httpd/conf/extra/httpd-svn.conf:
> Invalid command 'SVNMasterURI', perhaps misspelled or defined by a module
> not included in the server configuration
Based on this I suspect that you are loading the SVN modules from a version of
Subversion before 1.5.0. Given the warning about the svn modules already
having been loaded I'd look through all your configuration files for other
LoadModule directives loading different svn modules.
Received on 2014-01-18 08:13:22 CET