Гм... как бы это помягче сказать...
Конфиг сервера subversion для тестового репозитария:
# grep -v ^# /opt/subversion/test/conf/svnserve.conf
[general]
anon-access = read
auth-access = write
authz-db = authz
realm = TEST repository
force-username-case = lower
[sasl]
use-sasl = true
min-encryption = 0
max-encryption = 0
svn.conf я уже давал.
Вот это меня смущает:
Ubuntu 12.04
# svnserve --version
svnserve, version 1.7.22 (r1694152)
compiled Sep 1 2015, 20:12:50
Copyright (C) 2015 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository back-end (FS) modules are available:
* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.
Cyrus SASL authentication is available.
"Cyrus SASL authentication is available." у меня такой строки нет.