Source: debian-reference Severity: normal Tags: patch As I tried to install Subversion I found the package "libapache2-svn" isn't in Stretch or newer. Since Wheezy it is a transitional package.
Now subversion suggests libapache2-mod-svn. I attach a patch for it: diff --git a/asciidoc/10_datamngt.txt b/asciidoc/10_datamngt.txt index 00f3cfd..eb002d8 100644 --- a/asciidoc/10_datamngt.txt +++ b/asciidoc/10_datamngt.txt @@ -1265,7 +1265,7 @@ Whenever you see execution permission problems in a checked out file, e.g. "`fil Subversion is a **recent-generation** version control system replacing older CVS. It has most of CVS@@@sq@@@s features except tags and branches. -You need to install `subversion`, `libapache2-svn` and `subversion-tools` packages to set up a Subversion server. +You need to install `subversion`, `libapache2-mod-svn` and `subversion-tools` packages to set up a Subversion server. ==== Configuration of Subversion repository Please give me a hint to do it also in the German Translation Kind regards Mechtilde -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (400, 'testing'), (300, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), LANGUAGE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff --git a/asciidoc/10_datamngt.txt b/asciidoc/10_datamngt.txt index 00f3cfd..eb002d8 100644 --- a/asciidoc/10_datamngt.txt +++ b/asciidoc/10_datamngt.txt @@ -1265,7 +1265,7 @@ Whenever you see execution permission problems in a checked out file, e.g. "`fil Subversion is a **recent-generation** version control system replacing older CVS. It has most of CVS@@@sq@@@s features except tags and branches. -You need to install `subversion`, `libapache2-svn` and `subversion-tools` packages to set up a Subversion server. +You need to install `subversion`, `libapache2-mod-svn` and `subversion-tools` packages to set up a Subversion server. ==== Configuration of Subversion repository