500 Internal Server Error (Help Please!!!)
From: Fayun Luo <fayun_at_nymed.net>
Date: 2004-08-18 21:44:57 CEST
Hi,
My svn works fine if I use absolute path, for example:
[fayun_at_localhost svn]$ svn list file:///usr/local/svnrep/MantisIQ
branches/
tags/
trunk/
But if I use http URL link, I got errors like:
[fayun_at_localhost svn]$ svn list http://localhost/svnrep/MantisIQ
Authentication realm: <http://localhost:80 <http://localhost/> >
Repository
Password for 'fayun':
svn: PROPFIND request failed on '/svnrep/MantisIQ'
svn: PROPFIND of '/svnrep/MantisIQ': 500 Internal Server Error
The error message shows after I typed in my password. The authentication
Apache2.0 is running correctly as user apache, group apache.
Httpd.conf looks like:
<Location /svnrep>
DAV svn
SVNParentPath /usr/local/svnrep
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /etc/svn-auth-file
Require valid-user
</Location>
The test repository /usr/local/svnrep/MantisIQ is owned by
No entries are generated in the httpd log file.
I am really out of ideas. Could anyone please help me out? Tell me
Thanks a lot
Fayun
|
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.