Home > Backend Development > PHP Tutorial > svn子目录权限配置,该如何处理

svn子目录权限配置,该如何处理

WBOY
Release: 2016-06-13 11:36:48
Original
1136 people have browsed it

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


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


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

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