svn子目录权限配置

WBOY
Release: 2016-06-23 14:23:35
Original
1215 people have browsed it

在svn版本库s中,有一些子目录:a,b,c...n
我想给每个子目录设置对应的用户名和密码
于是,在authz配置文件中这样写了


[/]username1=rw#*=rw[repository:/b]username2=rw
Copy after login


但是我从
svn://192.168.0.38/b
用户名:username2
checkout时,总是提示:认证失败
但是,用户名username1可以登陆成功并out出子目录b的数据


回复讨论(解决方案)

找到原因了,好象是配置问题,单项目仓库前面不用加前缀
[repository:/b]
改成
[/b]

顺便再问下,svn有中文教程或手册吗,给个地址可以不。

应该有的,谷歌搜吧。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template