iis服务器助手广告
返回顶部
首页 > 资讯 > 操作系统 >linux中svn配置出错 conf/svnserve.conf:12: Option expected 解决方法
  • 575
分享到

linux中svn配置出错 conf/svnserve.conf:12: Option expected 解决方法

Linuxsvn去除空格报错 2022-06-03 13:06:43 575人浏览 八月长安
摘要

在客户端访问subversion版本库时出现这个错误: svnserve.conf:12: Option expected 为什么会出现这个错误呢,就是因为subversion读取配置文件svnserve.conf时

在客户端访问subversion版本库时出现这个错误:

svnserve.conf:12: Option expected

为什么会出现这个错误呢,就是因为subversion读取配置文件svnserve.conf时,无法识别有前置空格的配置文件,如
### This file controls the configuration of the svnserve daemon, if you
### use it to allow access to this repository. (If you only allow
### access through Http: and/or file: URLs, then this file is
### irrelevant.)

### Visit http://subversion.tigris.org/ for more infORMation.

[general]
### These options control access to the repository for unauthenticated
### and authenticated users.  Valid values are "write", "read",
### and "none".  The sample settings below are the defaults.
anon-access = read
auth-access = write

像上面的配置文件中,anon-access是顶行的,没问题,而auth-access就存在前置空格,会导致这个错误。
要避免出现这个错误,应该在去掉这些行前的#时,也要顺手去掉前面的空格

--结束END--

本文标题: linux中svn配置出错 conf/svnserve.conf:12: Option expected 解决方法

本文链接: https://www.lsjlt.com/news/11307.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作