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

Re: Problem with SVNIndexXSLT

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-11-15 19:43:06 CET

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

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.