Goal:
=====
To enable a Subversion 1.1.2 repository served up by Apache 2.0.52 on an
Fedora Core 3 box.
Problem:
========
When accessing the repository via an HTTP request (e.g. Firefox) I
receive the following:
<D:error>
<C:error/>
<m:human-readable errcode="13">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
I have the repository at /home/svn/test-repos
This directory and subdirectories are chmod 777, chgrp apache, and chown
apache
I have created an identical setup using a file-system based repository
and get the same results.
I'm on runlevel 3, and I'm not totally certain if I can use something
like wget to access the repository using the file:// syntax. My
experiments were not successful, but I could be doing it incorrectly.
Thanks,
Jim
Information:
============
The Apache install and Subversion install are both from yum.
/etc/httpd/conf.d/subversion.conf
---------------------------------
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /svn/repos>
DAV svn
SVNPath /home/svn/test-repos
</Location>
ls -lR /home/svn:
-----------------
.:
total 8
drwxrwxrwx 7 apache apache 4096 Jan 21 15:34 test-repos
./test-repos:
total 56
drwxrwxrwx 2 apache apache 4096 Jan 21 15:34 conf
drwxrwxrwx 2 apache apache 4096 Jan 21 15:34 dav
drwxrwxrwx 2 apache apache 4096 Jan 21 15:34 db
-rwxrwxrwx 1 apache apache 2 Jan 21 15:34 format
drwxrwxrwx 2 apache apache 4096 Jan 21 15:34 hooks
drwxrwxrwx 2 apache apache 4096 Jan 21 15:34 locks
-rwxrwxrwx 1 apache apache 379 Jan 21 15:34 README.txt
./test-repos/conf:
total 8
-rwxrwxrwx 1 apache apache 1361 Jan 21 15:34 svnserve.conf
./test-repos/dav:
total 0
./test-repos/db:
total 980
-rwxrwxrwx 1 apache apache 8192 Jan 21 15:34 changes
-rwxrwxrwx 1 apache apache 8192 Jan 21 15:34 copies
-rwxrwxrwx 1 apache apache 16384 Jan 21 15:34 __db.001
-rwxrwxrwx 1 apache apache 278528 Jan 21 15:34 __db.002
-rwxrwxrwx 1 apache apache 393216 Jan 21 15:34 __db.003
-rwxrwxrwx 1 apache apache 892928 Jan 21 15:34 __db.004
-rwxrwxrwx 1 apache apache 16384 Jan 21 15:34 __db.005
-rwxrwxrwx 1 apache apache 1955 Jan 21 15:34 DB_CONFIG
-rwxrwxrwx 1 apache apache 4 Jan 21 15:34 fs-type
-rwxrwxrwx 1 apache apache 72140 Jan 21 15:34 log.0000000001
-rwxrwxrwx 1 apache apache 8192 Jan 21 15:34 nodes
-rwxrwxrwx 1 apache apache 8192 Jan 21 15:34 representations
-rwxrwxrwx 1 apache apache 8192 Jan 21 15:34 revisions
-rwxrwxrwx 1 apache apache 8192 Jan 21 15:34 strings
-rwxrwxrwx 1 apache apache 8192 Jan 21 15:34 transactions
-rwxrwxrwx 1 apache apache 8192 Jan 21 15:34 uuids
./test-repos/hooks:
total 40
-rwxrwxrwx 1 apache apache 1411 Jan 21 15:34 post-commit.tmpl
-rwxrwxrwx 1 apache apache 1475 Jan 21 15:34 post-revprop-change.tmpl
-rwxrwxrwx 1 apache apache 2330 Jan 21 15:34 pre-commit.tmpl
-rwxrwxrwx 1 apache apache 1952 Jan 21 15:34 pre-revprop-change.tmpl
-rwxrwxrwx 1 apache apache 1533 Jan 21 15:34 start-commit.tmpl
./test-repos/locks:
total 16
-rwxrwxrwx 1 apache apache 460 Jan 21 15:34 db.lock
-rwxrwxrwx 1 apache apache 295 Jan 21 15:34 db-logs.lock
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 24 17:21:16 2005