假设你正在使用svnserv:
您需要在authz文件中明确配置用户权限.
harry = rw
sally = r
Run Code Online (Sandbox Code Playgroud)
另外,svnserv.conf文件中有一节要查看:
harry具有读/写访问权限,而sally是只读的.
[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
Run Code Online (Sandbox Code Playgroud)
这里有更多信息:http://www.visualsvn.com/support/svnbook/serverconfig/svnserve/
| 归档时间: |
|
| 查看次数: |
18466 次 |
| 最近记录: |