Thom Borton wrote:
>
> Hello
>
> I don't get the tree browsing set up correctly. Maybe someone could
> help me. I wasn't successful with Google either.
>
> I am running svn on a Gentoo Linux installation. My apache2
> configuration goes as follows:
>
> <IfDefine SVN>
> <IfModule !mod_dav_svn.c>
> LoadModule dav_svn_module extramodules/mod_dav_svn.so
> </IfModule>
> <Location /svn>
> DAV svn
> #SVNPath /var/svn/repos
> SVNParentPath /var/svn/repos
> SVNIndexXSLT /svnindex.xsl
Do you have this file in the root of your htdocs directory? hat is, can
you see the file via http://<servername/svnindex.xsl? If not, well, the
rest should be obvious...
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile /var/svn/conf/svnusers
> Require valid-user
> </Location>
> </IfDefine>
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 15 19:43:14 2004