Thanks Stefan. Wow, it really works when disable authz. This means I could access to svn:// 172.18.127.148/test (read and write) and successfully to view log history. Hard to believe! #authz-db = authz
And the logs are showed correctly without authz. What's wrong? What should I do to make authz and log history both work? Regards, David On Tue, Dec 21, 2010 at 5:17 PM, Stefan Sperling <s...@elego.de> wrote: > 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 >