Stimmt, das ist etwas eigenartig. Die Ausgaben hatte ich gekürzt. Ich habe SVN wie eingangs beschr. mit "apt-get install subversion" installiert.
Ich weiß es nicht genau ... aber vielleicht ist die Sache mit "authz_svn" auch schon irgendwie veraltet und man macht das mittlerweile anderes?! Vielleicht weiß ja noch jemand was dazu. Wäre jedenfalls gut, wenn nicht jeder alles aus dem Repository lesen könnte.
user@zauberbox:~$ sudo aptitude install libapache2-svn
Password:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Reading state information... Fertig
Initializing package states... Fertig
Building tag database... Fertig
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Fertig
basti@zauberbox:~$ a2enmod
Which module would you like to enable?
Your choices are: actions asis auth_anon auth_dbm auth_digest auth_ldap cache cern_meta cgid cgi dav_fs dav dav_svn deflate disk_cache expires ext_filter file_cache headers imap include info ldap mem_cache mime_magic php5 proxy_connect proxy_ftp proxy_http proxy rewrite speling ssl suexec unique_id userdir usertrack vhost_alias
Module name? authz_svn
This module does not exist!
user@zauberbox:~$
\––-
user@zauberbox:~$ aptitude show libapache2-svn
Package: libapache2-svn
State: installed
Automatically installed: no
Version: 1.3.2-3ubuntu2
Priority: optional
Section: net
Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
Uncompressed Size: 307k
Depends: apache2, libc6 (>= 2.4-1), libsvn0 (>= 1.3.0)
Suggests: db4.3-util
Description: apache modules for Subversion (aka. svn)
Subversion is a version control system much like the Concurrent Versions System
(CVS). Version control systems allow many individuals (who may be distributed
geographically) to collaborate on a set of files (typically source code).
Subversion has all the major features of CVS, plus certain new features that
CVS users often wish they had.
This package provides the mod_dav_svn and mod_authz_svn modules for the apache
web server. These modules authorize and translate requests from Subversion
clients into operations on a Subversion repository. This is useful if you want
to make a Subversion repository available over the Internet using the
HTTP-based WebDAV/DeltaV protocol sometimes also called DAV.