Chinaunix首页 | 论坛 | 博客
  • 博客访问: 177004
  • 博文数量: 43
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 560
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-12 20:48
文章分类

全部博文(43)

文章存档

2013年(1)

2011年(1)

2010年(4)

2009年(25)

2008年(12)

我的朋友

分类: BSD

2009-07-31 09:58:24

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 = none
auth-access = write
password-db = passwd.conf       #show log
authz-db = authz.conf           #show log
 
加上这两行就行了:
password-db = passwd.conf       #show log
authz-db = authz.conf           #show log
 
中英文的都可以显示,哈哈。。。
阅读(2805) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~