【发布时间】:2011-05-08 09:44:40
【问题描述】:
我以这种方式创建了我的存储库:
sudo svnadmin 创建 /svn
重启 apache 后出现这个错误:
第 16 行的语法错误 /etc/apache2/mods-enabled/dav_svn.conf: 此处不允许使用 DAV
# dav_svn.conf - Example Subversion/Apache configuration
#
# For details and further options see the Apache user manual and
# the Subversion book.
#
# NOTE: for a setup with multiple vhosts, you will want to do this
# configuration in /etc/apache2/sites-available/*, not here.
# <Location URL> ... </Location>
# URL controls how the repository appears to the outside world.
# In this example clients access the repository as http://hostname/svn/
# Note, a literal /svn should NOT exist in your document root.
#<Location /svn>
# Uncomment this to enable the repository
DAV svn
# Set this to the path to your repository
SVNPath /svn
有什么想法吗?
问候
贾维
【问题讨论】:
标签: svn apache configuration