svn log no date 问题解决办法
svnserve.conf里:### 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
中英文的都可以显示,哈哈。。。
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/85282/showart_2014007.html
页:
[1]