0
svnサーバをCentOS 5からCentOS 7サーバに移行しています。 私がしたことはとても簡単です。WebSVNにリポジトリが表示されない
yumパッケージマネージャでsubversionとwebsvnをインストールしました。 私は、SVNダンプを作成し、CentOSの7上のsvnを設定するには、ドキュメントを、次の続いている:/ homeは/そのようにsvnを指すように、私はconfig.phpファイルを構成し https://www.vultr.com/docs/how-to-setup-an-apache-subversion-svn-server-on-centos-7
:
$config->parentPath('/home/svn')
私はそれから構成されそのようなApacheのバーチャルホスト:websvnのは、最大表示され
<Location /home/svn>
DAV svn
SVNParentPath /home/svn
SVNListParentPath on
AuthzSVNAccessFile /etc/subversion/svn-acl-conf
AuthType Basic
AuthBasicProvider ldap
# - Removed from Apache 2.4 and beyond
#AuthzLDAPAuthoritative off
AuthLDAPGroupAttributeIsDN off
AuthLDAPUrl <LDAPServer>cn=users,dc=<LDAPServer>,dc=rinis,dc=nl?uid
AuthName "SVN: Login met je gebruikersnaam en wachtwoord"
Require valid-user
</Location>
<VirtualHost *:80>
DocumentRoot /var/www/html/subversion.<domain>.nl
ServerAdmin [email protected]<domain>.nl
ServerName subversion.<domain>.nl
ServerSignature email
DirectoryIndex index.html index.htm index.shtml index.php
ErrorLog /var/log/httpd/subversion-error.log
CustomLog /var/log/httpd/subversion-access.log combined
</VirtualHost>
は、私はそれが働いているかどうかを確認するために1つのリポジトリをインポートしているが、リポジトリには表示されません。
私が紛失しているか間違っているのか分かりません。