[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

From: Robert Paulsen <robert_at_paulsenonline.net>
Date: 2004-06-27 02:51:04 CEST

One of my repositories has gone bad. Here is an attempted checkout:

===============================================================================
$ svn co https://localhost/repos/sample
svn: PROPFIND request failed on '/repos/sample'
svn: PROPFIND of '/repos/sample': 500 Internal Server Error (https://localhost)
===============================================================================

I have already tried the following:
        svn cleanup
        svnadmin recover /srv/svn/repos/sample

Both apparently went OK.

I am using apache2 and subversion from ftp://ftp.suse.com/pub/people/poeml/

        $ rpm -qa | grep subversion
        subversion-1.0.5-1.1
        subversion-server-1.0.5-1.1
        $ rpm -qa | grep libapr0
        libapr0-2.0.49-27.6
        $ rpm -qa | grep apache2
        apache2-prefork-2.0.49-27.6
        apache2-doc-2.0.49-27.6
        apache2-2.0.49-27.6
        apache2-example-pages-2.0.49-27.6
        apache2-mod_php4-4.3.4-43.6

This is on SuSE 9.1.

Oddly enough, If I delete the contents of my working copy and do "svn up"
then all the files get downloaded OK! I can even add and commit new and
changed files. I just can't do a checkout (or export).

-- 
Robert C. Paulsen, Jr.
robert@paulsenonline.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 27 02:52:52 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.