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

RE: Re: SVN Server 1.6.1 access via http

From: <webpost_at_tigris.org>
Date: Sun, 26 Apr 2009 17:31:16 -0700 (PDT)

I have run the strace by using:
strace -ffFv -o strace.txt env -i LANG=C PATH=/usr/bin:/usr/sbin:/usr/local/bin:/bin LD_LIBRARY_PATH=/usr/lib/libgdbm.so.2 /usr/sbin/apachectl start &

I am attaching strace.txt.1041 which shows when I am trying to hit http://servername/General/Test3 (one of my repository), it gets Permission Denied on /repos/General/Test3/db/rep-cache.db while if I do
ls -l /repos/General/Test3/db/ following is the output
-rwxrwxrwx 1 apache apache 2 Apr 24 14:26 current
-rwxrwxrwx 1 apache apache 22 Apr 24 14:26 format
-rwxrwxrwx 1 apache apache 1920 Apr 24 14:26 fsfs.conf
-rwxrwxrwx 1 apache apache 5 Apr 24 14:26 fs-type
-rwxrwxrwx 1 apache apache 2 Apr 24 14:26 min-unpacked-rev
-rwxrwxrwx 1 apache apache 4096 Apr 24 14:26 rep-cache.db
drwxrwxrwx 3 apache apache 4096 Apr 24 14:26 revprops
drwxrwxrwx 3 apache apache 4096 Apr 24 14:26 revs
drwxrwxrwx 2 apache apache 4096 Apr 24 14:26 transactions
-rwxrwxrwx 1 apache apache 2 Apr 24 14:26 txn-current
-rwxrwxrwx 1 apache apache 0 Apr 24 14:26 txn-current-lock
drwxrwxrwx 2 apache apache 4096 Apr 24 14:26 txn-protorevs
-rwxrwxrwx 1 apache apache 37 Apr 24 14:26 uuid
-rwxrwxrwx 1 apache apache 0 Apr 24 14:26 write-lock

Any ideas?

> Hi,

I have installed subversion-1.6.1-1.i386.rpm and running SVNserve as a deamon. I created my repository as fsfs using "svnadmin create --fs-type=fsfs ${repoName}" and I am able to access my repository using svn://server/repository. Then I installed mod_dav_svn-1.6.1-1.i386.rpm on apache 2.0.59 on Red Hat Enterprise Linux 4 and provided following configuration. /repos/General is the path where my repository is created and I am trying to access throught http://server/svn/General/Test
<Location /svn/General>
   DAV svn
   SVNParentPath /repos/General
</Location>

I am getting following error in browser:
<D:error>
<C:error/>
<m:human-readable errcode="200030">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>

While in the apache log it is showing:
[Thu Apr 23 12:59:13 2009] [error] [client IP] (20014)Error string not specified yet: database is locked
[Thu Apr 23 12:59:13 2009] [error] [client IP] Could not fetch resource information. [500, #0]
[Thu Apr 23 12:59:13 2009] [error] [client IP] Could not open the requested SVN filesystem [500, #200030]
[Thu Apr 23 12:59:13 2009] [error] [client IP] Could not open the requested SVN filesystem [500, #200030]

While I was able to do same thing with apache 2.0 while running SVN 1.3 server (subversion-1.3.0-1) as deamon and installing mod_dav_svn (mod_dav_svn-1.3.0-1)

Thanks,
Bilal

Received on 2009-04-27 02:33:20 CEST

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.