Hi,
I installed, following the INSTALL Guide, Subversion 0.21.0 on
Linux7.2.
I have access permission problem when I want to use "svn co http://.....".
Can anyone help me out?
Following is my process to install/test subversion:
a. Install everything needed.
b. Create a repostitory
svnadmin create /svn/repos/L3 -----> so now I have a repository L3
c. Modify httpd.conf
Following the instruction, I add a very simple directive on the
buttom of httpd.conf
<Location /svn/repos/L3>
DAV svn
SVNPath /svn/repos/L3
</Location>
d. Restart httpd
httpd -k stop
httpd -k start
e. test
I use following command to test the configuration:
svn co http://172.18.24.211/svn/repos/L3 -----> checkout
repository L3
^^^^^^^^^^^^^^
(Here 192.168.79.82 is the IP address of my Linux box.)
And I get the error message:
svn: RA layer request failed
svn: The pathe was not part of a repository
svn: PROFIND / 405 method not allowed.
And I check the /usr/local/apaches/logs/error_log. The error message
is:
[Fri May 09 17:18:55 2003] [error] [client 172.18.24.211] Could not
open the SVN filesystem at /svn/repos/L3 [500, #160029]
[Fri May 09 17:18:55 2003] [error] [client 172.18.24.211]
(13)Permission denied: Berkeley DB error while opening environment for
filesystem /svn/repos/L3/db:
Permission denied [500, #160029]
[Fri May 09 17:21:38 2003] [error] [client 172.18.24.211] Could not
fetch resource information. [500, #0]
[Fri May 09 17:21:38 2003] [error] [client 172.18.24.211] Could not
open the SVN filesystem at /svn/repos/L3 [500, #160029]
[Fri May 09 17:21:38 2003] [error] [client 172.18.24.211]
(13)Permission denied: Berkeley DB error while opening environment for
filesystem /svn/repos/L3/db:
Permission denied [500, #160029]
As the INSTALL guide said, there exist permission problem. So what is the
permisiion problem?
And how can I set the correct permision (which file(s) or directories)?
Appreciate your help.
Best Regards,
Chien-Lung
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 9 23:39:18 2003