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

Re: how to let every one can list repos?

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Wed, 14 Jan 2009 19:48:50 -0600

On Jan 13, 2009, at 20:35, creatxr wrote:

> I want every one can list repos, but limit visit each repository.
>
> ----------------------------------------------------------------
> I 've opened the option "SVNListParentPath on".
> -----------------------------------------------------------------
> If I have not this config below, I can visit http://localhost/svn.
> Otherwise it can't list repos. How do I, please?
>
> [groups]
> administrators = svnroot
> developers = developer
> learners = learner
>
> [/]
> * = r
>
> [demos:/]
> @learner = r
>
> [projects:/]
> @developers = rw
> -----------------------------------------------------------------

I believe you're hitting this bug:

http://subversion.tigris.org/issues/show_bug.cgi?id=2753

Could it be that your <Location> directive has the path not ending
with a slash? If so, put a slash at the end. e.g. change

<Location /svn>

to

<Location /svn/>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1025460

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-16 17:37:21 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.