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

Reply via email to