作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在用 SVN 做一个小项目。
我检查了项目:
svn co http://mylocalserver/projectx/ .
svn add file1.php, file2.php
svn commit -m "added file1.php and file2.php and updated the bug #4123" file1.php file2.php gah.php
Access is denied
最佳答案
如果你不使用 LDAP 服务器,你必须检查这个:
在您的 /path/to/the/project/conf/svnserve.conf
检查你是否有类似的东西:
anon-access = none
auth-access = none
anon-access = none
auth-access = write
password-db = /path/to/passwd
/path/to/the/project/conf/passwd
user1 = password
关于svn - 无法提交到 svn - 访问被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8195129/
我是一名优秀的程序员,十分优秀!