Eu tenho seguido o este guia de instalação do svn e quando tento acessar meu repositório de teste, vou em http://localhost/repos
, Eu autentico com sucesso, mas então eu entendo isso:
"Forbidden You don't have permission to access /repos on this server"
Aqui está o meu arquivo subversion.conf:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /repos>
DAV svn
SVNParentPath /var/www/svn/repos
#
# # Limit write permission to list of valid users.
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# # Require SSL connection for password protection.
# # SSLRequireSSL
#
AuthType Basic
AuthName "Subversion repos"
AuthUserFile /etc/svn-auth-conf
Require valid-user
# </LimitExcept>
</Location>
Meu caminho é / var / www / svn / repos e aqui estão minhas permissões
[root@localhost svn]# ls -la repos/
total 32
drwxr-xr-x. 6 apache apache 4096 Aug 24 11:42 .
drwxr-xr-x. 3 root root 4096 Aug 24 11:42 ..
drwxr-xr-x. 2 apache apache 4096 Aug 24 13:50 conf
drwxr-sr-x. 6 apache apache 4096 Aug 24 11:42 db
-rwxr-xr-x. 1 apache apache 2 Aug 24 11:42 format
drwxr-xr-x. 2 apache apache 4096 Aug 24 11:42 hooks
drwxr-xr-x. 2 apache apache 4096 Aug 24 11:42 locks
-rwxr-xr-x. 1 apache apache 229 Aug 24 11:42 README.txt
Se eu for para localhost / repos / README.TXT, recebo esta mensagem.
<D:error><C:error/><m:human-readable errcode="20">
Could not open the requested SVN filesystem
</m:human-readable></D:error>
Qualquer outro nome de arquivo dá errcode ="2"
.
O selinux está definido como permissivo, posso ver o arquivo localhost / index.html localizado em var / www / html / index.html bem.
Eu li algumas postagens no fórum com problemas semelhantes, sem sucesso.
Qualquer ideia seria apreciada!
EDIT 1:
Eu editei meu arquivo subversion.conf para alterar SVNParentPath /var/www/svn/repos
para SVNParentPath /var/www/svn
, mas parece não ter efeito.
EDIT 2:
brain99 acertou em cheio. Alterar para Location />
resolveu o problema e agora estou recebendo um repos - Revision 0: /
Powered by Subversion version 1.6.11 (r934486).