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

Some Errors in Apache2 log and broken(?) index.xsl

From: Frank Scheffold <frank.scheffold_at_mueller.de>
Date: 2005-02-16 12:11:13 CET

Hello everybody,

I've configured my svn test repostory as a vhost of apache2, with
authentification over mod_auth_mysql.
It works almost, I can log in, browse the Repository with the browser,
and commit and check out the sources with the svn client. But in my
Apache log files there are a few error messages which I can't explain,
and I havnen't found a usefull answer in google:

When I browse with the web browser through the repositorys I got the
folliwing error at each time:
[Wed Feb 16 11:39:39 2005] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Wed Feb 16 11:39:39 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20]
[Wed Feb 16 11:39:39 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20]

This error above occurs when I disabled the SVNIndexXSLT "/svnindex.xsl"
Option.
When I enabled this option I get a parse error in firefox when I want to
browse the repository. Konqueror shows an empty page.
I used the svnindex.xsl which is in the tools/xslt folder. I copied
this file with the css to the parent directory /var/svn/ where the
repositorys are and change owner and group to apache user

Here is the log:

[Wed Feb 16 11:46:35 2005] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Can't open file
'/var/svn/svnindex.xsl/format': Ist kein Verzeichnis, referer:
https://localhost:8890/testrepos1/
[Wed Feb 16 11:46:35 2005] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0], referer: https://localhost:8890/knoda/
[Wed Feb 16 11:46:35 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20], referer:
https://localhost:8890/testrepos1/
[Wed Feb 16 11:46:35 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20], referer:
https://localhost:8890/testrepos1/
[Wed Feb 16 11:46:36 2005] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Can't open file '/var/svn/favicon.ico/format':
Ist kein Verzeichnis
[Wed Feb 16 11:46:36 2005] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Wed Feb 16 11:46:36 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20]
[Wed Feb 16 11:46:36 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20]
[Wed Feb 16 11:53:15 2005] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Can't open file
'/var/svn/svnindex.xsl/format': Ist kein Verzeichnis, referer:
https://localhost:8890/testrepos/
[Wed Feb 16 11:53:15 2005] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0], referer: https://localhost:8890/knoda/
[Wed Feb 16 11:53:15 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20], referer:
https://localhost:8890/knoda/
[Wed Feb 16 11:53:15 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20], referer:
https://localhost:8890/knoda/
[Wed Feb 16 11:53:15 2005] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Can't open file '/var/svn/favicon.ico/format':
Ist kein Verzeichnis
[Wed Feb 16 11:53:15 2005] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Wed Feb 16 11:53:15 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20]
[Wed Feb 16 11:53:15 2005] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #20]

Some people say that the xsl file is broken, but I'm not sure about
that, because perhaps my configuration is not right.
My vhost conf looks like the following:

<VirtualHost *:8890>
        SSLEngine on
        SSLCertificateKeyFile /etc/apache2/ssl.key/server.key
        SSLCertificateFile /etc/apache2/ssl.crt/server.crt
        DocumentRoot /srv/www/vhosts/svn-mysql/
        CustomLog /var/log/apache2/svn-auth-mysql combined

        <Location />
                Options Indexes +Multiviews -FollowSymLinks
                IndexOptions FancyIndexing \
                        AllowOverride Limit
                        ScanHTMLTitles \
                        NameWidth=* \
                        DescriptionWidth=* \
                        SuppressLastModified \
                        SuppressSize
                order allow,deny
                allow from all
                 # Directives for mod-auth mysql
                   blabla
                   .....

                 DAV svn
                 #SVNPath /var/svn
                 SVNParentPath /var/svn
                 #SVNIndexXSLT "/svnindex.xsl"
        </Location>
</VirtualHost>

What I wanna also ask, ifo that this error message is correct when I
access https://localhost:8890/
<D:error>
<C:error/>
<m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
Can I put a index.htm to the toplevel directory /var/svn, in which there
are links to the repositorys?

I'm not an expert in configuring Apache, therefore I would be glade
about and Help and suggestions.

Best regards

Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 16 18:26:56 2005

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.