On Tue, Dec 21, 2010 at 04:25:55PM +0800, 谢带达 wrote:
> Thank you Stefan.
>
> I start svnserve this way:
>
> /local/svnroot/repository/one/conf/svnserve.conf
> [general]
> anon-access =
> auth-access = write
> password-db = passwd
> authz-db = authz
> /local/svnroot/repository/one/conf/authz
> [/]
> test = rw
> * =
>
> /local/svnroot/repository/one/conf/passwd
> [users]
> test = test
>
> And then I start svnserve with root account:
> /local/svnroot/subversion/bin/svnserve -d --listen-host 172.18.127.148
> --root /local/svnroot/repository
>
> Yes I could connet to :
> svn://172.18.127.148/test
> svn://172.18.127.148/one
>
> The problem is that it show "Item is not readble" when I try to show log via
> TSVN.
> The only difference between Repository one and Repository test is that the
> former is created with --pre-1.5-compatible but the latter not.
> 3 snaps are attached for your reference.
I think this means that something is wrong with your authz configuration.
Can you try to disable authz to see if it works without?
Stefan
Received on 2010-12-21 10:18:55 CET