当前位置:网站首页>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
边栏推荐
- 这本数学书AI圈都在转,资深ML研究员历时7年之作,免费电子版可看
- JSP and filter
- MySQL constraints
- 2022-02-10 introduction to the design of incluxdb storage engine TSM
- Sword finger offer 11 Rotate the minimum number of the array
- C graphical tutorial (Fourth Edition)_ Chapter 20 asynchronous programming: examples - cases without asynchronous
- Logseq evaluation: advantages, disadvantages, evaluation, learning tutorial
- [exercise 5] [Database Principle]
- 剑指 Offer 14- I. 剪绳子
- [Database Principle and Application Tutorial (4th Edition | wechat Edition) Chen Zhibo] [Chapter III exercises]
猜你喜欢
Seven habits of highly effective people
【R】【密度聚类、层次聚类、期望最大化聚类】
已解决(机器学习中查看数据信息报错)AttributeError: target_names
Sword finger offer 12 Path in matrix
[email protected]奇安信:透视俄乌网络战 —— 网络空间基础设施面临的安全对抗与制裁博弈..."/>
开始报名丨CCF C³[email protected]奇安信:透视俄乌网络战 —— 网络空间基础设施面临的安全对抗与制裁博弈...
When the R language output rmarkdown is in other formats (such as PDF), an error is reported, latex failed to compile stocks Tex. solution
双链笔记 RemNote 综合评测:快速输入、PDF 阅读、间隔重复/记忆
【Colab】【使用外部数据的7种方法】
Servlet
人身变声器的原理
随机推荐
【R】【密度聚类、层次聚类、期望最大化聚类】
Flink SQL knows why (XIV): the way to optimize the performance of dimension table join (Part 1) with source code
01 three solutions to knapsack problem (greedy dynamic programming branch gauge)
剑指 Offer 14- I. 剪绳子
已解决(机器学习中查看数据信息报错)AttributeError: target_names
[Database Principle and Application Tutorial (4th Edition | wechat Edition) Chen Zhibo] [Chapter IV exercises]
[Exercice 5] [principe de la base de données]
The difference between session and cookie
Flink SQL knows why (17): Zeppelin, a sharp tool for developing Flink SQL
R语言gt包和gtExtras包优雅地、漂亮地显示表格数据:nflreadr包以及gtExtras包的gt_plt_winloss函数可视化多个分组的输赢值以及内联图(inline plot)
Finite State Machine FSM
PowerPoint 教程,如何在 PowerPoint 中将演示文稿另存为视频?
Sword finger offer 11 Rotate the minimum number of the array
SLF4J 日志门面
C graphical tutorial (Fourth Edition)_ Chapter 20 asynchronous programming: examples - cases without asynchronous
stm32和电机开发(从mcu到架构设计)
MySQL
【数据库原理及应用教程(第4版|微课版)陈志泊】【第四章习题】
Annotation and reflection
File uploading and email sending