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

Error with Apache 2.2 module

From: Jay L.T. Cornwall <jay_at_esuna.co.uk>
Date: 2005-12-31 23:41:25 CET

Hi,

I recently upgraded my Apache web server to 2.2 and recompiled the
Subversion module. This seems to have broken access to Subversion
repositories. When accessing a URL that worked fine before, I now get:

[Sat Dec 31 22:31:24 2005] [error] [client 62.49.12.231] Could not fetch
resource information. [500, #0]
[Sat Dec 31 22:31:24 2005] [error] [client 62.49.12.231] Could not open
the root of the repository [500, #22]
[Sat Dec 31 22:31:24 2005] [error] [client 62.49.12.231] Can't set
position pointer in file '/var/svn/esuna/db/revs/39': Invalid argument
[500, #22]

The configuration hasn't changed, as far as I know:

<VirtualHost *:80>
     ServerName svn.esuna.co.uk
     DocumentRoot /var/www/html

     <Location />
         DAV svn
         SVNPath /var/svn/esuna

         <LimitExcept GET PROPFIND OPTIONS REPORT>
             Order deny,allow
             Deny from all
         </LimitExcept>
     </Location>
</VirtualHost>

Googling turns up a suggestion that this could be permission-related, but:

[root@server1 ~]# ls -l /var/svn/esuna/db/revs/39
-rw-rw-r-- 1 apache svn 5238 Dec 6 15:37 /var/svn/esuna/db/revs/39

[root@server1 ~]# ps awux | grep httpd
root 12238 0.0 0.4 19136 4860 ? Ss Dec17 0:02
/usr/local/bin/httpd
apache 19573 0.0 1.0 23728 10676 ? S Dec29 0:27
/usr/local/bin/httpd
...

Any ideas?

-- 
Jay L.T. Cornwall, http://www.esuna.co.uk/~jay/
PhD Student
Imperial College London
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 31 23:43:17 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.