Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SVN Installation bzw. IBN-Probleme
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
2bbionic
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 150

PostPosted: Wed Oct 24, 2018 2:16 pm    Post subject: SVN Installation bzw. IBN-Probleme Reply with quote

Hallo,

ich versuche auf meinem Server Subversion in Betrieb zu nehmen, leider gelingt mir das trotz tagelanger Suche nicht.
Ich bekomme im Tortoise-Client immer die Fehlermeldung:
Code:
The PROPFIND response did not include the requested  version-controlled-configuration value

Im apache-Log findet sich dazu folgendes:
Code:
==> ssl_access_log <==
xx.xx.xx.xx - - [24/Oct/2018:16:01:48 +0200] "OPTIONS /svn HTTP/1.1" 200 97
xx.xx.xx.xx - - [24/Oct/2018:16:01:48 +0200] "OPTIONS /svn HTTP/1.1" 200 97
xx.xx.xx.xx - - [24/Oct/2018:16:01:48 +0200] "PROPFIND /svn HTTP/1.1" 401 450
xx.xx.xx.xx - user [24/Oct/2018:16:01:48 +0200] "PROPFIND /svn HTTP/1.1" 404 270
xx.xx.xx.xx - - [24/Oct/2018:16:01:48 +0200] "OPTIONS /svn HTTP/1.1" 200 97
xx.xx.xx.xx - - [24/Oct/2018:16:01:49 +0200] "OPTIONS /svn HTTP/1.1" 200 97
xx.xx.xx.xx - - [24/Oct/2018:16:01:49 +0200] "PROPFIND /svn HTTP/1.1" 401 450
xx.xx.xx.xx - user [24/Oct/2018:16:01:49 +0200] "PROPFIND /svn HTTP/1.1" 404 270


Subversion ist als dev-vcs/subversion-1.9.7-r1 installiert, apache als www-servers/apache-2.4.34-r2

Folgende Konfig nutze ich aktuell in modules.d/45_mod_dav.conf:
Code:

DavMinTimeout 600
<Location /svn>
Options None
Dav On
<Limit GET PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
AuthType Basic
AuthName "SVN  Restricted Repository"
AuthUserFile /var/www/localhost/htpasses_dav
Require valid-user
</Limit>
</Location>
# Location of the WebDAV lock database.
DavLockDB /var/www/localhost/davlockdb

in der vhosts.d/00_default_ssl_vhost.conf stehen keine Einträge

Hier noch das configure-command von apache:
Code:
'./configure' '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--docdir=/usr/share/doc/php-7.2.10' '--htmldir=/usr/share/doc/php-7.2.10/html' '--prefix=/usr/lib64/php7.2' '--mandir=/usr/lib64/php7.2/man' '--infodir=/usr/lib64/php7.2/info' '--libdir=/usr/lib64/php7.2/lib' '--with-libdir=lib64' '--localstatedir=/var' '--without-pear' '--disable-maintainer-zts' '--without-password-argon2' '--enable-bcmath' '--with-bz2=/usr' '--disable-calendar' '--disable-gcov' '--enable-ctype' '--with-curl=/usr' '--enable-dom' '--without-enchant' '--disable-exif' '--enable-fileinfo' '--enable-filter' '--enable-ftp' '--with-gettext=/usr' '--with-gmp=/usr' '--enable-hash' '--with-mhash=/usr' '--with-iconv' '--disable-intl' '--disable-ipv6' '--enable-json' '--without-kerberos' '--enable-libxml' '--with-libxml-dir=/usr' '--enable-mbstring' '--with-onig=/usr' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--disable-pcntl' '--enable-phar' '--enable-pdo' '--enable-opcache' '--without-pgsql' '--enable-posix' '--with-pspell=/usr' '--without-recode' '--enable-simplexml' '--disable-shmop' '--without-snmp' '--enable-soap' '--enable-sockets' '--without-sodium' '--without-sqlite3' '--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm' '--without-tidy' '--enable-tokenizer' '--disable-wddx' '--enable-xml' '--enable-xmlreader' '--disable-xmlwriter' '--without-xmlrpc' '--without-xsl' '--enable-zip' '--without-libzip' '--with-zlib=/usr' '--disable-debug' '--enable-dba' '--without-cdb' '--with-db4=/usr' '--disable-flatfile' '--with-gdbm=/usr' '--disable-inifile' '--without-qdbm' '--without-lmdb' '--with-freetype-dir=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-imap=/usr' '--with-imap-ssl=/usr' '--without-interbase' '--with-mysqli=mysqlnd' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--without-unixODBC' '--without-iodbc' '--without-oci8' '--without-pdo-dblib' '--with-pdo-mysql=mysqlnd' '--without-pdo-pgsql' '--without-pdo-sqlite' '--without-pdo-firebird' '--without-pdo-odbc' '--without-pdo-oci' '--with-readline=/usr' '--without-libedit' '--without-mm' '--with-pic' '--with-pcre-regex=/usr' '--with-pcre-dir=/usr' '--without-pcre-valgrind' '--without-pcre-jit' '--cache-file=/var/tmp/portage/dev-lang/php-7.2.10/temp/config.cache' '--with-config-file-path=/etc/php/apache2-php7.2' '--with-config-file-scan-dir=/etc/php/apache2-php7.2/ext-active' '--disable-embed' '--disable-cli' '--disable-cgi' '--disable-fpm' '--with-apxs2=/usr/bin/apxs' '--disable-phpdbg' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CPPFLAGS='

sowie die geladenen Module:
Code:
core mod_so http_core prefork mod_actions mod_alias mod_auth_basic mod_authn_anon mod_authn_core mod_authn_dbm mod_authn_file mod_authz_core mod_authz_dbm mod_authz_groupfile mod_authz_host mod_authz_owner mod_authz_user mod_autoindex mod_cgi mod_cgid mod_dav mod_dav_fs mod_dav_lock mod_deflate mod_dir mod_env mod_expires mod_ext_filter mod_filter mod_headers mod_include mod_log_config mod_logio mod_mime mod_mime_magic mod_negotiation mod_rewrite mod_setenvif mod_socache_shmcb mod_speling mod_ssl mod_unique_id mod_unixd mod_usertrack mod_vhost_alias mod_php7

Die beiden letzen Infos sind auf der phpinfo entnommen.

Ich wundere mich dabei die ganze Zeit, dass der Parameter "SVNPath" vom apachen nicht akzeptiert wird, meiner Meinung nach müsste der in der Konfig stehen. Füge ich den Paramter aber in der 45... hinzu, beschwert sich apache über einen "misspelled" Befehl.

Das Verzeichnis, das für SVN geplant ist, lautet /var/www/localhost/svn; beim Zugriff via Tortoise werde ich noch nach Benutzernamen und Passwort gefragt, anschliessend kommt die oben beschriebene Fehlermeldung.

Hat hier jemand eine Idee, wo ich Hand anlegen muss, um SVN in Betrieb nehmen zu können?

Grüße,

2bbionic
Back to top
View user's profile Send private message
tazinblack
Veteran
Veteran


Joined: 23 Jan 2005
Posts: 1146
Location: Baden / Germany

PostPosted: Fri Nov 16, 2018 7:47 am    Post subject: Reply with quote

Kannst Du mal ne Übersicht geben, was Du vor hast?
Ich verwende hier SVN seit einer Weile ohne jegliche Probleme, allerdings ohne Apache und mir ist nicht klar, wofür Du den brauchst.
_________________
Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum