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

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/> >
MantisIQ Source Code

Repository

Password for 'fayun':

svn: PROPFIND request failed on '/svnrep/MantisIQ'

svn: PROPFIND of '/svnrep/MantisIQ': 500 Internal Server Error
(http://localhost <http://localhost/> )

 

 

The error message shows after I typed in my password. The authentication
seems no problem.

 

 

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
apache.apache, file permission is set to 777.

 

 

No entries are generated in the httpd log file.

 

I am really out of ideas. Could anyone please help me out? Tell me
possible ways that I can try.

 

 

Thanks a lot

Fayun

 

 

 

 

 
Received on Wed Aug 18 21:45:30 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.