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

Subversion Woes

From: Adrian Hirst <adrian.hirst_at_tcm.co.uk>
Date: 2005-01-12 16:26:54 CET

Hi,

 

I am trying to get subversion working with the following configuration but
its just not happening i'm getting the following error

i've tried various changes and i still can't get access to my repository
through the browser

 

[Wed Jan 12 14:53:00 2005] [error] [client 80.176.10.146] (20014)Error
string not specified yet: Can't open file '/home/adrians/svn/web/format':
Permission denied

[Wed Jan 12 14:53:00 2005] [error] [client 80.176.10.146] Could not fetch
resource information. [500, #0]

[Wed Jan 12 14:53:00 2005] [error] [client 80.176.10.146] Could not open the
requested SVN filesystem [500, #13]

[Wed Jan 12 14:53:00 2005] [error] [client 80.176.10.146] Could not open the
requested SVN filesystem [500, #13]

 

Here is my configuration block in a apache.conf

---------------------------------------------

<VirtualHost xxx.xxx.xxx.xxx:80>

        ServerName adrians.name

        ServerAlias www.adrians.name

        DocumentRoot /home/adrians/public_html

        ErrorLog /home/adrians/logs/error_log

        CustomLog /home/adrians/logs/access_log common

        ScriptAlias /cgi-bin/ /home/adrians/cgi-bin/

        <Directory /home/adrians/public_html>

                Options Indexes IncludesNOEXEC FollowSymLinks

        </Directory>

        <Location /svn>

                DAV svn

                SVNParentPath /home/adrians/svn

                Allow from all

                AuthType Basic

                AuthName adrians.name

                AuthUserFile /home/adrians/etc/svn.basic.passwd

                AuthzSVNAccessFile /home/adrians/etc/svn-access.conf

        </Location>

</VirtualHost>

 

 

Here is my svn-access.conf

--------------------------

BTW adrian is my username

 

web:/]

adrian = rw

 

Here is svn.basic.passwd

------------------------

 

adrian:<encrypted password>

 

when i enter my url http://mydomain/svn/web I get the authentication box,
enter my password then i get the 500 internal server error.

 

I am using subversion 1.12 and apache 2.0.52

 

BTW when I try tortoisesvn I get the PROPFIND problem.

 

 

Any help would be greatly appreciated

 

Thanks

 

Adrian.
Received on Wed Jan 12 16:29:38 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.