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

Problems with configuration of SVN ( error code 500 )

From: Falkareth <alysiaots_at_gmail.com>
Date: Thu, 29 Nov 2012 15:05:45 -0800 (PST)

Hello everybody. I followed arch-linux wiki guide for setting up a SVN
repository using apache and ssl. I'm almost certain, that I understand all
the steps, and that I filled them correctly. Here is the guide:
https://wiki.archlinux.org/index.php/Subversion_Setup. When I try to
connect using

svn co https://192.168.0.21/svn/myrepo

or

links https://192.168.0.21/svn/myrepo

the http authentication asks me to fill my account's name and password.
After the form (no matter if name and password are correct), there's a
message:

Server sent unexpected return value (500 Internal Server Error) in response
to OPTIONS request for https://192.168.0.21/svn/myrepo

I checked httpd/errors_log, and every time I try to connect, apache outputs:

[Thu Nov 29 22:19:45 2012] [error] [client 192.168.0.21] (13)Permission denied: Failed to load the AuthzSVNAccessFile: Can't open file '/home/svn/.svn-policy-file': Permission denied
[Thu Nov 29 22:19:57 2012] [error] [client 192.168.0.21] (13)Permission denied: Could not open password file: /home/svn/.svn-auth-file

But here's my ls -la on /home/svn

-rwxrwxrwx 1 http http 40 Nov 29 16:02 .svn-auth-file
-rwxrwxrwx 1 http http 43 Nov 29 17:58 .svn-policy-file

I don't have any Idea what causes the problem, for now I used SVN only as a
client. All interest really is appreciated, thanks.
Received on 2012-11-30 00:08:33 CET

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.