Inhaltsverzeichnis

Subversion

SVN-Guide

systemd

https://stackoverflow.com/questions/38197727/how-to-start-svnserve-with-systemctl-systemd/40584047#40584047

websvn

als tgz hier runterladen, im doc-root entpacken, include/config.php anlegen mit folgenden Inhalt (bzw. die distconfig.php kopieren und ergänzen):

<?php
$config->parentPath("/mnt/vcs/svn_repo");
?>

und php-xml installieren

apt-get install php-xml