[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: Thom Borton <borton_at_phys.ethz.ch>
Date: 2004-11-15 20:16:53 CET

Well, I cannot load the css/xsl file at
https://computername/svn/svnindex.css, there I only get (with Mozilla)

%%%%%%%%%%%%%%
         This XML file does not appear to have any style information
associated with it. The document tree is shown below.

-
        <D:error>
<C:error/>
<m:human-readable errcode="20">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>

%%%%%%%%%%%%%%

at https://computer/svnindex.css I can download it. Physically the file
is at both locations, ie., I have a link in wwwroot/htdocs/ that points
to /var/svn/repos/svnindex.xsl.

It's really weird, everything looks ok to me... I am sure it's one of
these stupid bugs where some comma is missing...

Regards, Thom

Branko Čibej wrote:

> 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
>

-- 
Thom Borton
Switzerland
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 15 20:17:39 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.