当前位置:网站首页>SVN添加文件时的错误处理:…\conf\svnserve.conf:12: Option expected
SVN添加文件时的错误处理:…\conf\svnserve.conf:12: Option expected
2022-07-03 12:39:00 【星哥玩云】
安装完SVN服务器,添加完用户权限后,准备将本地的项目add到服务器上时,报"C:\Documents and Settings\Subversion Repository\conf\svnserve.conf:12: Option expected
".
网上查找,需要做以下配置:
svnserve.conf文件修改前:
-------------------------------------------------------
[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
......
# password-db = passwd
--------------------------------------------------
svnserve.conf文件修改后:
------------------------------------------------------
[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
......
password-db = passwd --------------------------------------------------- 一定要注意以下三个参数所在的行,前面不能有空格.
anon-access = read
auth-access = write
password-db = passwd
边栏推荐
- sitesCMS v3.1.0发布,上线微信小程序
- Create a dojo progress bar programmatically: Dojo ProgressBar
- Flink SQL knows why (XI): weight removal is not only count distinct, but also powerful duplication
- mysql更新时条件为一查询
- MySQL
- 2022-02-09 survey of incluxdb cluster
- Sword finger offer 15 Number of 1 in binary
- Image component in ETS development mode of openharmony application development
- 阿南的疑惑
- Flink code is written like this. It's strange that the window can be triggered (bad programming habits)
猜你喜欢
Deeply understand the mvcc mechanism of MySQL
2022-02-14 analysis of the startup and request processing process of the incluxdb cluster Coordinator
MySQL
【R】 [density clustering, hierarchical clustering, expectation maximization clustering]
[Database Principle and Application Tutorial (4th Edition | wechat Edition) Chen Zhibo] [Chapter 6 exercises]
人身变声器的原理
剑指 Offer 14- II. 剪绳子 II
106. 如何提高 SAP UI5 应用路由 url 的可读性
stm32和电机开发(从mcu到架构设计)
Seven habits of highly effective people
随机推荐
When we are doing flow batch integration, what are we doing?
An example of newtonjason
File uploading and email sending
Flink SQL knows why (7): haven't you even seen the ETL and group AGG scenarios that are most suitable for Flink SQL?
2022-02-11 heap sorting and recursion
Flink SQL knows why (XV): changed the source code and realized a batch lookup join (with source code attached)
C graphical tutorial (Fourth Edition)_ Chapter 18 enumerator and iterator: enumerator samplep340
Cadre de logback
Solve system has not been booted with SYSTEMd as init system (PID 1) Can‘t operate.
Sword finger offer14 the easiest way to cut rope
C graphical tutorial (Fourth Edition)_ Chapter 20 asynchronous programming: examples - cases without asynchronous
开始报名丨CCF C³[email protected]奇安信:透视俄乌网络战 —— 网络空间基础设施面临的安全对抗与制裁博弈...
luoguP3694邦邦的大合唱站队
Idea full text search shortcut ctr+shift+f failure problem
SSH login server sends a reminder
[Database Principle and Application Tutorial (4th Edition | wechat Edition) Chen Zhibo] [sqlserver2012 comprehensive exercise]
阿南的疑惑
Flink SQL knows why (17): Zeppelin, a sharp tool for developing Flink SQL
剑指 Offer 14- II. 剪绳子 II
(first) the most complete way to become God of Flink SQL in history (full text 180000 words, 138 cases, 42 pictures)