svn log no date 问题解决办法

2898阅读 0评论2009-07-31 feiyinglinux
分类:BSD

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
 
中英文的都可以显示,哈哈。。。
上一篇:static_cast
下一篇:QT4.5在redhat9下,不能正确填充图片问题