J'essaie d'installer l'interface Web de mon référentiel, j'éprouve des difficultés à
Je voudrais être capable de parcourir les prises en pension de mon navigateur comment pourrais-je être sur le point de le faire, est-il un package téléchargeable? Je suis tenté de le configurer mais il ya le côté page web de celui-ci fait partie de ce que je ne comprends pas, comment puis-je sortir avec lui?, Comment puis-je installer WebDAV pour que je puisse vous connectant auge l'url? J'ai déjà mon référentiel et juste besoin de l'interface web.
J'ai été sur les sites où ils expliquent comment l'intall, ce qui comprend une partie du fichier ci-dessous, mais j'ai besoin d'une explication plus figurative
Can anyone help? s'il vous plaît
il arrive avec
Forbidden
You don't have permission to access /svn on this server.
Apache/2.2.9 (Fedora) Server at localhost Port 80
-
- Forbidden
-
- You don't have permission to access /svn on this server.
- Apache/2.2.9 (Fedora) Server at localhost Port 80
-
C'est ainsi que mon fichier subsversion.conf ressemble à:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
#
# Example configuration to enable HTTP access for a directory
# containing Subversion repositories, "/var/www/svn". Each repository
# must be readable and writable by the 'apache' user. Note that if
# SELinux is enabled, the repositories must be labelled with a context
# which httpd can write to; this will happen by default for
# directories created in /var/www. Use "restorecon -R /var/www/svn"
# to label the repositories if upgrading from a previous release.
#
#
# To create a new repository "http://localhost/repos/stuff" using
# this configuration, run as root:
#
# # cd /var/www/svn
# # svnadmin create stuff
# # chown -R apache.apache stuff
#
<Location /svn>
DAV svn
SVNParentPath /home/cjxxi/svn/
#
# # Limit write permission to list of valid users.
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# # Require SSL connection for password protection.
# # SSLRequireSSL
#
#AuthType Basic
#AuthName "SVN SERVER"
#AuthUserFile /home/cjxxi/svn/htpasswd
#Require valid-user
# </LimitExcept>
</Location>
-
- LoadModule dav_svn_module modules/mod_dav_svn.so
- LoadModule authz_svn_module modules/mod_authz_svn.so
-
- #
- # Example configuration to enable HTTP access for a directory
- # containing Subversion repositories, "/var/www/svn". Each repository
- # must be readable and writable by the 'apache' user. Note that if
- # SELinux is enabled, the repositories must be labelled with a context
- # which httpd can write to; this will happen by default for
- # directories created in /var/www. Use "restorecon -R /var/www/svn"
- # to label the repositories if upgrading from a previous release.
- #
-
- #
- # To create a new repository "http://localhost/repos/stuff" using
- # this configuration, run as root:
- #
- # # cd /var/www/svn
- # # svnadmin create stuff
- # # chown -R apache.apache stuff
- #
-
- <Location /svn>
- DAV svn
- SVNParentPath /home/cjxxi/svn/
- #
- # # Limit write permission to list of valid users.
- # <LimitExcept GET PROPFIND OPTIONS REPORT>
- # # Require SSL connection for password protection.
- # # SSLRequireSSL
- #
- #AuthType Basic
- #AuthName "SVN SERVER"
- #AuthUserFile /home/cjxxi/svn/htpasswd
- #Require valid-user
-
- # </LimitExcept>
- </Location>