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

subversion authz file question

From: bruce <badouglas_at_gmail.com>
Date: Thu, 17 Mar 2011 18:35:38 -0700

hi.

got a test situation where I have a http server setup

i can access the repos at:
 http://192.168.1.1/repos/trunk/foo

the svn subversion.conf has

<location /repos>
.
   SVNPath /apps/CollegeDir/CollegeRepository/

.
.
</location>

my question has to do with the structure of the authz access file.

I'm trying to understand the setup for the "directory" in the file

as an example, i've seen this:

[groups]
t=fred,john

[/]
*=

[repos:/foo]

does the [repos:/foo] mean that this is the name of the repos? which
would be the name used when the repos was created?

or should the [] contain the physical file/dir structure, like:

 [/cat/dog/repos/horse]

or should it be the portion of the svn http url, right after the "location"

i haven't seen a good example on the net that walks through this...

thanks

    should it be
Received on 2011-03-18 02:36:09 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.