On Fri, 2008-09-26 at 06:34 -0400, Brian Mearns wrote:
> Thanks to both of you for the reply. I definitely didn't know about
> SVNListParentPath (even though I had read most of that page in the
> svnbook already!) But I put it in exactly the way they showed, and when
> I go to my root (http://localhost/svn) it asks for authentication, and
> then says I don't have access to it after I authenticate. I'm using
> AuthzSVN for access, and I have *=r under the [/] path in
> my auth file.
>
> Any thoughts?
>
> Thanks, again
> -Brian
>
> Frank Gruman wrote:
> >> On Sep 25, 2008, at 07:52, Brian Mearns wrote:
> >>
> >>> I've got my DAV interface set up with the Location as /svn (so
> >>> http://localhost/svn/<repository> is a repository) . I'd like to set
> >>> up an index page for myself at http://localhost/svn/. Any ideas on how
> >>> I can do that?
> >> Not besides setting
> >>
> >> SVNListParentPath on
> >>
> >> in the apache configuration.
> >
> > Check out this thread - I think it will help you as well as the most
> > excellent Subversion Book
> >
> > http://svn.haxx.se/users/archive-2008-08/0511.shtml
> >
> > http://svnbook.red-bean.com/en/1.5/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.browsing
> > (Look at Customizing the Look)
> >
> > Regards,
> > Frank
> >
Brian,
This file will not be affected by your AuthzSVN file as it sits above /
outside of the repository. Verify the path you entered into the apache
configuration file. The path entered is relative to your URL base and
not the file system location. Then check your Authentication scheme.
Also, verify the file is readable by your apache/httpd process owner.
Regards,
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-27 01:56:05 CEST