在客户端访问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 = readauth-access = write
像上面的配置文件中,anon-access是顶行的,没问题,而auth-access就存在前置空格,会导致这个错误。要避免出现这个错误,应该在去掉这些行前的#时,也要顺手去掉前面的空格
相关文章:
1. Win11分辨率调到了推荐但还是有黑边的解决方法2. Win11预览版25295怎么开启Suggested Actions 等隐藏新功能?3. Win11预览版25295托盘无法继续显示秒数怎么办? Win11时间显示秒数的技巧4. win最稳定的版本推荐5. Win11手柄连接成功用不了的解决方法6. 怎么让Win11系统托盘显示秒数?7. 你没有权限在此位置中保存文件请与管理员联系以或得相应权限8. Win11摄像头禁用了怎么办?Win11系统禁用摄像头无法使用解决方法9. Win11如何关闭登录密码?Win11关闭登录密码的两种解决方法10. Win11充电有感叹号怎么办?Win11充电有感叹号的解决方法