经常有新手配置基于svnserve的subversion服务器后, 在客户端访问subversion版本库时出现这个错误:
1
svnserve.conf:12: Option expected
为什么会出现这个错误呢,就是因为subversion读取配置文件svnserve.conf时,无法识别有前置空格的配置文件,如:
1
2
3
4
5
6
7
8
9
10
11
### This file controls the configuration of the svnserve daemon, if you
### use it to allow access to thi