[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: A problem trying to use svn:// and http:// for a same repository at the same time

From: David Xie <ddxie.cn_at_gmail.com>
Date: Wed, 22 Dec 2010 09:12:13 +0800

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 <stsp_at_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
>
Received on 2010-12-22 02:12:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.